diff options
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/integration_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/integration_test.rb b/actionpack/test/controller/integration_test.rb index fc24857570..5a711ae150 100644 --- a/actionpack/test/controller/integration_test.rb +++ b/actionpack/test/controller/integration_test.rb @@ -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 |