提交 276618c6 编写于 作者: S Santiago Pastorino

Merge pull request #1676 from neerajdotname/make_test_name_meaningful

Remove "is_assed" with something more meaningful
......@@ -66,7 +66,7 @@ def test_ensure_that_test_dummy_can_be_generated_from_a_template
assert_no_file "test"
end
def test_database_entry_is_assed_by_default_in_full_mode
def test_database_entry_is_generated_for_sqlite3_by_default_in_full_mode
run_generator([destination_root, "--full"])
assert_file "test/dummy/config/database.yml", /sqlite/
assert_file "Gemfile", /^gem\s+["']sqlite3["']$/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册