Project

General

Profile

Patch #31746 » 0002-Add-test-sytem-directory-to-plugin-template.patch

vzvu 3k6k, 2019-07-17 11:22

View differences:

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"
(2-2/2)