1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Be more explicit with the expected result

This commit is contained in:
Santiago Pastorino 2016-07-26 15:53:56 -03:00
parent 37b24ad2c7
commit e2f749dc2b

View file

@ -412,7 +412,7 @@ class IntegrationTestDefaultApp < ActionDispatch::IntegrationTest
end
def test_class_app_returns_ad_test_app_by_default
assert_equal ActionDispatch.test_app, self.class.app
assert_equal 'fake_app', self.class.app
end
end