From b2b29b06fa769640cd261774693d847c6a56bdee Mon Sep 17 00:00:00 2001
From: Sharang Dashputre <sharang.d@gmail.com>
Date: Sat, 9 Mar 2019 02:12:28 +0530
Subject: Minor text changes to the db:seed:replant tests

---
 railties/test/application/rake/dbs_test.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'railties/test')

diff --git a/railties/test/application/rake/dbs_test.rb b/railties/test/application/rake/dbs_test.rb
index 07d57dea8a..4f689bcb78 100644
--- a/railties/test/application/rake/dbs_test.rb
+++ b/railties/test/application/rake/dbs_test.rb
@@ -131,7 +131,7 @@ module ApplicationTests
         end
       end
 
-      test "db:truncate_all truncates all not internal tables" do
+      test "db:truncate_all truncates all non-internal tables" do
         Dir.chdir(app_path) do
           rails "generate", "model", "book", "title:string"
           rails "db:migrate"
@@ -433,7 +433,7 @@ module ApplicationTests
         assert_equal "test", test_environment.call
       end
 
-      test "db:seed:replant truncates all not internal tables and loads the seeds" do
+      test "db:seed:replant truncates all non-internal tables and loads the seeds" do
         Dir.chdir(app_path) do
           rails "generate", "model", "book", "title:string"
           rails "db:migrate"
-- 
cgit v1.2.3