Use a more restrictive glob for the tests files

Closes #673
This commit is contained in:
Rafael Mendonça França 2012-10-08 10:03:50 -03:00
parent a92d846f62
commit bede68cf34
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.authors = ['José Valim', 'Carlos Antônio', 'Rafael França']
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*"]
s.test_files = Dir["test/**/*"]
s.test_files = Dir["test/**/*.rb"]
s.test_files -= Dir["test/support/country_select/**/*"]
s.require_paths = ["lib"]