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.
1 parent d1140c3 commit 38d39d7Copy full SHA for 38d39d7
lib/tasks/jasmine-rails_tasks.rake
@@ -17,7 +17,7 @@ namespace :spec do
17
ActionView::AssetPaths.send :include, JasmineRails::OfflineAssetPaths
18
end
19
spec_filter = ENV['SPEC']
20
- app = ActionController::Integration::Session.new(Rails.application)
+ app = ActionDispatch::Integration::Session.new(Rails.application)
21
path = JasmineRails.route_path
22
app.get path, :console => 'true', :spec => spec_filter
23
JasmineRails::OfflineAssetPaths.disabled = true
0 commit comments