From 6594226c9ceec68fe2320e876f029f66cfd8c20e Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 26 Jul 2016 15:53:56 -0300 Subject: Be more explicit with the expected result --- actionpack/test/controller/integration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3