Skip to content

Commit

Permalink
No test files in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Apr 18, 2016
1 parent 5f73adb commit 392b363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = 'CMS'
s.licenses = ['MIT']

s.files = Dir['{app,config,db,lib,test}/**/*'] + ['Rakefile', 'README.md']
s.files = Dir['{app,config,db,lib}/**/*'] + ['Rakefile', 'README.md']
# s.test_files = Dir['test/**/*']

s.add_dependency 'rails', '>= 4.0'
Expand Down

0 comments on commit 392b363

Please sign in to comment.