From 2e7e9fe1dc01c782a806f62365b69584c3cb7375 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 8 Dec 2018 13:24:22 +0900 Subject: Do not require `webpacker` in Active Job integration tests Because `skip-javascript` option is specified for the dummy application used in the integration tests. https://github.com/rails/rails/blob/bdc96802a7a4a8c6d183272e997430e8b9006498/activejob/test/support/integration/helper.rb#L14 --- activejob/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'activejob') diff --git a/activejob/Rakefile b/activejob/Rakefile index 0f88b22e8d..2b9f89853f 100644 --- a/activejob/Rakefile +++ b/activejob/Rakefile @@ -28,6 +28,7 @@ namespace :test do task "env:integration" do ENV["AJ_INTEGRATION_TESTS"] = "1" + ENV["SKIP_REQUIRE_WEBPACKER"] = "true" end ACTIVEJOB_ADAPTERS.each do |adapter| -- cgit v1.2.3