aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Thau <rst@smartleaf.com>2017-03-22 12:36:27 -0400
committerRobert Thau <rst@smartleaf.com>2017-03-22 12:36:27 -0400
commit9bc6178e008714828969dcaf1cfde8f62dc9d41f (patch)
tree54f93c00a5efe6421c425a4483bdb6b3bc168994
parenta06a643e0572b8c983738c068ae637d020188c97 (diff)
downloadrails-9bc6178e008714828969dcaf1cfde8f62dc9d41f.tar.gz
rails-9bc6178e008714828969dcaf1cfde8f62dc9d41f.tar.bz2
rails-9bc6178e008714828969dcaf1cfde8f62dc9d41f.zip
Fixup trailing whitespace, per complaints from CodeClimate.
-rw-r--r--railties/test/application/runner_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/runner_test.rb b/railties/test/application/runner_test.rb
index e8fac442bd..0c45bc398a 100644
--- a/railties/test/application/runner_test.rb
+++ b/railties/test/application/runner_test.rb
@@ -36,7 +36,7 @@ module ApplicationTests
end
def test_should_set_argv_when_running_code
- output = Dir.chdir(app_path) {
+ output = Dir.chdir(app_path) {
# Both long and short args, at start and end of ARGV
`bin/rails runner "puts ARGV.join(',')" --foo a1 -b a2 a3 --moo`
}