aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/paths_test.rb
diff options
context:
space:
mode:
authorSUGINO Yasuhiro <suginoyasuhiro@gmail.com>2013-09-13 17:44:35 +0900
committerSUGINO Yasuhiro <suginoyasuhiro@gmail.com>2013-09-13 20:44:37 +0900
commit4a36eb64a5d26f4d95df8037a3ecb198a5c0ef78 (patch)
tree535bd413184a171331eda7f371347036c012b00a /railties/test/paths_test.rb
parent489a0890b6dbb8c7954e2a3b120fe31de64f156c (diff)
downloadrails-4a36eb64a5d26f4d95df8037a3ecb198a5c0ef78.tar.gz
rails-4a36eb64a5d26f4d95df8037a3ecb198a5c0ef78.tar.bz2
rails-4a36eb64a5d26f4d95df8037a3ecb198a5c0ef78.zip
Fix typos: the indefinite articles(a -> an)
Diffstat (limited to 'railties/test/paths_test.rb')
-rw-r--r--railties/test/paths_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/paths_test.rb b/railties/test/paths_test.rb
index 12f18b9dbf..178c505865 100644
--- a/railties/test/paths_test.rb
+++ b/railties/test/paths_test.rb
@@ -180,7 +180,7 @@ class PathsTest < ActiveSupport::TestCase
assert_equal 1, @root.eager_load.select {|p| p == @root["app"].expanded.first }.size
end
- test "paths added to a eager_load path should be added to the eager_load collection" do
+ test "paths added to an eager_load path should be added to the eager_load collection" do
@root["app"] = "/app"
@root["app"].eager_load!
@root["app"] << "/app2"