diff options
author | Shailesh Kalamkar <shailesh.kalamkar@gmail.com> | 2019-03-09 12:13:28 +0530 |
---|---|---|
committer | Shailesh Kalamkar <shailesh.kalamkar@gmail.com> | 2019-03-09 12:15:00 +0530 |
commit | 70192cec42c0133791010537fd602089c81986a4 (patch) | |
tree | 6b55b39195a0fb90436d81701761806f6a34f03c /railties/test | |
parent | 0771bd3ee891f8eaf822bb47f68f4d0266763728 (diff) | |
download | rails-70192cec42c0133791010537fd602089c81986a4.tar.gz rails-70192cec42c0133791010537fd602089c81986a4.tar.bz2 rails-70192cec42c0133791010537fd602089c81986a4.zip |
[ci skip] Minor documentation fixes for consistency
Diffstat (limited to 'railties/test')
-rw-r--r-- | railties/test/application/test_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/test_test.rb b/railties/test/application/test_test.rb index fb43bebfbe..83e63718df 100644 --- a/railties/test/application/test_test.rb +++ b/railties/test/application/test_test.rb @@ -234,7 +234,7 @@ module ApplicationTests # TODO: would be nice if we could detect the schema change automatically. # For now, the user has to synchronize the schema manually. - # This test-case serves as a reminder for this use-case. + # This test case serves as a reminder for this use case. test "manually synchronize test schema after rollback" do output = rails("generate", "model", "user", "name:string") version = output.match(/(\d+)_create_users\.rb/)[1] |