Skip to content

Commit

Permalink
Fix integration tests (broken on jruby)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Platonov committed Jul 17, 2016
1 parent 5669e0b commit 5e945dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

ActionDispatch::IntegrationTest.app = Rack::Builder.new do
run Rails.application
end

0 comments on commit 5e945dd

Please sign in to comment.