diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-11-15 23:08:16 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-11-15 23:08:16 -0200 |
commit | 44f12bbba08071178ec256c03eecadacdf35dccf (patch) | |
tree | 79c82bc7b7d0312e4c3acae5c076695e39a90ace /actionpack/test | |
parent | e6e3317c5409b069782e7b701a11bcd5283794ae (diff) | |
download | rails-44f12bbba08071178ec256c03eecadacdf35dccf.tar.gz rails-44f12bbba08071178ec256c03eecadacdf35dccf.tar.bz2 rails-44f12bbba08071178ec256c03eecadacdf35dccf.zip |
Remove extra whitespace
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/flash_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ end 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 |