提交 fc84a198 编写于 作者: Y Yoshiyuki Hirano

Fix escaped character

上级 a8217bb5
......@@ -501,7 +501,7 @@ def test_skipping_test_files
run_generator [destination_root, "--skip-test"]
assert_no_file "test"
assert_file ".gitignore" do |contents|
assert_no_match(/test\dummy/, contents)
assert_no_match(/test\/dummy/, contents)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册