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:
parent
1f2753f513
commit
be7d39a4d3
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user