Remove test_files typo from the gemspec

master
mattbauer 2008-12-30 21:54:50 -06:00
parent 162e3973ea
commit d33eb8350a
1 changed files with 0 additions and 1 deletions

View File

@ -24,6 +24,5 @@ BDB_SPEC = Gem::Specification.new do |s|
s.homepage = "http://github.com/mattbauer/bdb"
s.require_paths = ["lib", "ext"]
s.test_files = Dir.glob('test/*.rb')
s.has_rdoc = false
end