提交 a42ec22b 编写于 作者: Y yuuji.yaginuma

remove "test/mailers" directory when skipping action-mailer

Related to #26146
上级 6107a40c
......@@ -325,6 +325,7 @@ def delete_action_mailer_files_skipping_action_mailer
remove_file "app/views/layouts/mailer.html.erb"
remove_file "app/views/layouts/mailer.text.erb"
remove_dir "app/mailers"
remove_dir "test/mailers"
end
end
......
......@@ -381,6 +381,7 @@ def test_generator_if_skip_action_mailer_is_given
assert_no_match(/config\.action_mailer/, content)
end
assert_no_directory "app/mailers"
assert_no_directory "test/mailers"
end
def test_generator_has_assets_gems
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册