diff options
author | Florent Guilleux <florent2@gmail.com> | 2012-12-01 13:22:49 -0500 |
---|---|---|
committer | Florent Guilleux <florent2@gmail.com> | 2012-12-01 13:22:49 -0500 |
commit | 8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd (patch) | |
tree | d3c21858cb1a7fae8339b4542b200d59dc9ec815 /railties/test/commands | |
parent | 90c887fa7d0c454b7533e208daefc342dea4d5f3 (diff) | |
download | rails-8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd.tar.gz rails-8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd.tar.bz2 rails-8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd.zip |
Revert "Remove trailing whitespaces"
This reverts commit 90c887fa7d0c454b7533e208daefc342dea4d5f3.
Diffstat (limited to 'railties/test/commands')
-rw-r--r-- | railties/test/commands/console_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/commands/console_test.rb b/railties/test/commands/console_test.rb index 87f5560434..f99ea13022 100644 --- a/railties/test/commands/console_test.rb +++ b/railties/test/commands/console_test.rb @@ -78,7 +78,7 @@ class Rails::ConsoleTest < ActiveSupport::TestCase assert_match(/\sspecial-production\s/, output) end end - + def test_e_option start ['-e', 'special-production'] assert_match(/\sspecial-production\s/, output) |