@@ -23,6 +23,10 class RedminePluginGenerator < Rails::Generators::NamedBase | |||
|
23 | 23 | empty_directory "#{plugin_path}/assets/stylesheets" |
|
24 | 24 | empty_directory "#{plugin_path}/config/locales" |
|
25 | 25 | empty_directory "#{plugin_path}/test" |
|
26 | empty_directory "#{plugin_path}/test/fixtures" | |
|
27 | empty_directory "#{plugin_path}/test/unit" | |
|
28 | empty_directory "#{plugin_path}/test/functional" | |
|
29 | empty_directory "#{plugin_path}/test/integration" | |
|
26 | 30 | |
|
27 | 31 | template 'README.rdoc', "#{plugin_path}/README.rdoc" |
|
28 | 32 | template 'init.rb.erb', "#{plugin_path}/init.rb" |
General Comments 0
You need to be logged in to leave comments.
Login now