Skip to content

Commit 2eaf6ba

Browse files
committed
Merge branch 'master' of github.com:zeisler/jasmine-rails into zeisler-master
Conflicts: lib/tasks/jasmine-rails_tasks.rake
2 parents 9a72fa7 + 38d39d7 commit 2eaf6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/jasmine_rails/runner.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def override_rails_config
3636
end
3737

3838
def get_spec_runner(spec_filter)
39-
app = ActionController::Integration::Session.new(Rails.application)
39+
app = ActionDispatch::Integration::Session.new(Rails.application)
4040
path = JasmineRails.route_path
4141
JasmineRails::OfflineAssetPaths.disabled = false
4242
app.get path, :console => 'true', :spec => spec_filter
@@ -53,4 +53,4 @@ def run_cmd(cmd)
5353
end
5454
end
5555
end
56-
end
56+
end

0 commit comments

Comments
 (0)