Remove extra whitespaces

This commit is contained in:
Santiago Pastorino 2015-04-22 16:00:38 -04:00
parent 440b334cbb
commit 099055de66
1 changed files with 1 additions and 1 deletions

View File

@ -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