diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2015-04-22 16:00:38 -0400 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2015-06-11 16:54:13 -0300 |
commit | 099055de66ba400750d4cda7049c047aeb179ab7 (patch) | |
tree | d82efc56ddeb2cd5c8769cad5464fb1033fdfd67 | |
parent | 440b334cbb0b803994967972547239d73dba1fce (diff) | |
download | rails-099055de66ba400750d4cda7049c047aeb179ab7.tar.gz rails-099055de66ba400750d4cda7049c047aeb179ab7.tar.bz2 rails-099055de66ba400750d4cda7049c047aeb179ab7.zip |
Remove extra whitespaces
-rw-r--r-- | actionpack/test/dispatch/show_exceptions_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/show_exceptions_test.rb b/actionpack/test/dispatch/show_exceptions_test.rb index a7cd56f263..cbb12a2209 100644 --- a/actionpack/test/dispatch/show_exceptions_test.rb +++ b/actionpack/test/dispatch/show_exceptions_test.rb @@ -22,7 +22,7 @@ class ShowExceptionsTest < ActionDispatch::IntegrationTest end end - ProductionApp = ActionDispatch::ShowExceptions.new(Boomer.new, ActionDispatch::PublicExceptions.new("#{FIXTURE_LOAD_PATH}/public")) + ProductionApp = ActionDispatch::ShowExceptions.new(Boomer.new, ActionDispatch::PublicExceptions.new("#{FIXTURE_LOAD_PATH}/public")) test "skip exceptions app if not showing exceptions" do @app = ProductionApp |