We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a72fa7 + 38d39d7 commit 2eaf6baCopy full SHA for 2eaf6ba
lib/jasmine_rails/runner.rb
@@ -36,7 +36,7 @@ def override_rails_config
36
end
37
38
def get_spec_runner(spec_filter)
39
- app = ActionController::Integration::Session.new(Rails.application)
+ app = ActionDispatch::Integration::Session.new(Rails.application)
40
path = JasmineRails.route_path
41
JasmineRails::OfflineAssetPaths.disabled = false
42
app.get path, :console => 'true', :spec => spec_filter
@@ -53,4 +53,4 @@ def run_cmd(cmd)
53
54
55
56
-end
+end
0 commit comments