Patch #31746 » 0002-Add-test-sytem-directory-to-plugin-template.patch
lib/generators/redmine_plugin/redmine_plugin_generator.rb | ||
---|---|---|
27 | 27 |
empty_directory "#{plugin_path}/test/unit" |
28 | 28 |
empty_directory "#{plugin_path}/test/functional" |
29 | 29 |
empty_directory "#{plugin_path}/test/integration" |
30 |
empty_directory "#{plugin_path}/test/system" |
|
30 | 31 | |
31 | 32 |
template 'README.rdoc', "#{plugin_path}/README.rdoc" |
32 | 33 |
template 'init.rb.erb', "#{plugin_path}/init.rb" |
- « Previous
- 1
- 2
- Next »