1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Covering more files in test for plugin new generator.

This commit is contained in:
Vishnu Atrai 2011-07-29 23:05:40 +05:30 committed by Xavier Noria
parent 3d87d01dad
commit 67d76f43a0

View file

@ -7,11 +7,13 @@ DEFAULT_PLUGIN_FILES = %w(
.gitignore
Gemfile
Rakefile
README.rdoc
bukkits.gemspec
MIT-LICENSE
lib
lib/bukkits.rb
lib/tasks/bukkits_tasks.rake
lib/bukkits/version.rb
test/bukkits_test.rb
test/test_helper.rb
test/dummy