未验证 提交 5ee56434 编写于 作者: X Xavier Noria 提交者: GitHub

Merge pull request #35539 from sharang-d/replant-text-changes

Minor text changes to the db:seed:replant tests
......@@ -131,7 +131,7 @@ def with_bad_permissions
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 @@ def db_test_load_structure
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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册