未验证 提交 37e81aee 编写于 作者: G George Claghorn 提交者: GitHub

Merge pull request #32750 from utilum/assert_dir_before_assert_file_in_dir

Swap assertion order
......@@ -919,8 +919,8 @@ def test_gitignore
def test_system_tests_directory_generated
run_generator
assert_file("test/system/.keep")
assert_directory("test/system")
assert_file("test/system/.keep")
end
unless Gem.win_platform?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册