diff --git a/bdb.gemspec b/bdb.gemspec index 0163e9b..b475976 100644 --- a/bdb.gemspec +++ b/bdb.gemspec @@ -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