From 44f12bbba08071178ec256c03eecadacdf35dccf Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 15 Nov 2012 23:08:16 -0200 Subject: [PATCH] Remove extra whitespace --- actionpack/test/controller/flash_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/test/controller/flash_test.rb b/actionpack/test/controller/flash_test.rb index d8c78db8c0..6414ba3994 100644 --- a/actionpack/test/controller/flash_test.rb +++ b/actionpack/test/controller/flash_test.rb @@ -219,7 +219,7 @@ def test_redirect_to_with_adding_flash_types class FlashIntegrationTest < ActionDispatch::IntegrationTest SessionKey = '_myapp_session' - Generator = ActiveSupport::DummyKeyGenerator.new('b3c631c314c0bbca50c1b2843150fe33') + Generator = ActiveSupport::DummyKeyGenerator.new('b3c631c314c0bbca50c1b2843150fe33') class TestController < ActionController::Base add_flash_types :bar -- GitLab