diff options
author | Xavier Noria <fxn@hashref.com> | 2014-11-29 08:47:54 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2014-11-29 08:48:23 +0100 |
commit | 56e47cf66d2e3009b4032d0cd2ceb1a6e5e42573 (patch) | |
tree | 83915d5276cdf865e722b5ae47232fc6be659df4 | |
parent | 4eb68d8ed47c383f717efc8ad757949596a8b99c (diff) | |
download | rails-56e47cf66d2e3009b4032d0cd2ceb1a6e5e42573.tar.gz rails-56e47cf66d2e3009b4032d0cd2ceb1a6e5e42573.tar.bz2 rails-56e47cf66d2e3009b4032d0cd2ceb1a6e5e42573.zip |
adds missing period in test.rb [ci skip]
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt | 2 |
1 files changed, 1 insertions, 1 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 32756eb88b..03a3568fbe 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 @@ -31,7 +31,7 @@ Rails.application.configure do # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :test - # Randomize the order test cases are executed + # Randomize the order test cases are executed. config.active_support.test_order = :random # Print deprecation notices to the stderr. |