diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-05-23 22:38:02 -0700 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-05-23 22:38:02 -0700 |
commit | 505e115b4c14837580cb1bd83d5edafc4608e1fa (patch) | |
tree | aea00737efe33323943eca7440d21c4d5cb8fbdf | |
parent | e9f9bf015efb9e576d4d38de57e389f54b631a43 (diff) | |
download | rails-505e115b4c14837580cb1bd83d5edafc4608e1fa.tar.gz rails-505e115b4c14837580cb1bd83d5edafc4608e1fa.tar.bz2 rails-505e115b4c14837580cb1bd83d5edafc4608e1fa.zip |
Removed extra white-spaces on config/environment/test.rb template
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt index 8d11377211..ee068b0202 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt @@ -2,9 +2,9 @@ # Settings specified here will take precedence over those in config/application.rb # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that + # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! + # and recreated between test runs. Don't rely on the data there! config.cache_classes = true # Configure static asset server for tests with Cache-Control for performance |