Merge pull request #22272 from y-yagi/remove_test_files_in_plugin_gemspec

don't package test files in plugin gemspec
This commit is contained in:
Eileen M. Uchitelle 2015-11-23 19:00:56 -05:00
commit 668c006cf3
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
<% unless options.skip_test? -%>
s.test_files = Dir["test/**/*"]
<% end -%>
<%= '# ' if options.dev? || options.edge? -%>s.add_dependency "rails", "~> <%= Rails::VERSION::STRING %>"
<% unless options[:skip_active_record] -%>