提交 6286629a 编写于 作者: S Santiago Pastorino

This test is not only testing config/database stuff anymore

上级 36862511
......@@ -165,7 +165,7 @@ def test_config_another_database
assert_file "Gemfile", /^gem\s+["']mysql2["']$/
end
def test_config_database_is_not_added_if_skip_active_record_is_given
def test_generator_if_skip_active_record_is_given
run_generator [destination_root, "--skip-active-record"]
assert_no_file "config/database.yml"
assert_file "test/test_helper.rb" do |helper_content|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册