diff options
author | Gale Shafer <gshafer@squaremouth.com> | 2016-07-14 10:16:43 -0400 |
---|---|---|
committer | Gale Shafer <gshafer@squaremouth.com> | 2016-07-14 10:18:30 -0400 |
commit | c05127c2fcda0dca631d29a1edd76057abe4f7ae (patch) | |
tree | 2946ad528bf948457e1e2b062001a4742bf4d500 /railties/test | |
parent | df6684458b6102f1f824ad340854610c60193ff2 (diff) | |
download | rails-c05127c2fcda0dca631d29a1edd76057abe4f7ae.tar.gz rails-c05127c2fcda0dca631d29a1edd76057abe4f7ae.tar.bz2 rails-c05127c2fcda0dca631d29a1edd76057abe4f7ae.zip |
Fix typo in mailer previews test description [ci skip]
A mailer preview test description misspelled the word configuration.
This commit updates the test description to spell the word correctly.
Diffstat (limited to 'railties/test')
-rw-r--r-- | railties/test/application/mailer_previews_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/mailer_previews_test.rb b/railties/test/application/mailer_previews_test.rb index 3bb77ab0f5..3ea74423cf 100644 --- a/railties/test/application/mailer_previews_test.rb +++ b/railties/test/application/mailer_previews_test.rb @@ -27,7 +27,7 @@ module ApplicationTests assert_equal 404, last_response.status end - test "/rails/mailers is accessible with correct configuraiton" do + test "/rails/mailers is accessible with correct configuration" do add_to_config "config.action_mailer.show_previews = true" app("production") get "/rails/mailers", {}, {"REMOTE_ADDR" => "4.2.42.42"} |