diff --git a/spec/support/precompile_assets.rb b/spec/support/precompile_assets.rb index 762a1c27b7..edab33e902 100644 --- a/spec/support/precompile_assets.rb +++ b/spec/support/precompile_assets.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true RSpec.configure do |config| - config.before(:suite) do + config.before(:all) do # We can use webpack-dev-server for tests, too! # Useful if you working on a frontend code fixes and want to verify them via system tests. next if Webpacker.dev_server.running?