1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Add test/system directory to plugin template (#31746).

Patch by vzvu 3k6k.


git-svn-id: http://svn.redmine.org/redmine/trunk@18355 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-08-05 22:06:45 +00:00
parent 1f2753f513
commit be7d39a4d3

View File

@ -46,6 +46,7 @@ class RedminePluginGenerator < Rails::Generators::NamedBase
empty_directory "#{plugin_path}/test/unit"
empty_directory "#{plugin_path}/test/functional"
empty_directory "#{plugin_path}/test/integration"
empty_directory "#{plugin_path}/test/system"
template 'README.rdoc', "#{plugin_path}/README.rdoc"
template 'init.rb.erb', "#{plugin_path}/init.rb"