updated list of tests/mongo-qa files in gemspec

This commit is contained in:
Jim Menard 2009-02-06 06:13:14 -05:00
parent 333cf20a20
commit c485fde704
1 changed files with 6 additions and 1 deletions

View File

@ -44,12 +44,17 @@ Gem::Specification.new do |s|
'lib/mongo/util/xml_to_ruby.rb',
'README.rdoc', 'Rakefile', 'mongo-ruby-driver.gemspec']
s.test_files = ['tests/mongo-qa/_common.rb',
'tests/mongo-qa/admin',
'tests/mongo-qa/capped',
'tests/mongo-qa/circular',
'tests/mongo-qa/count1',
'tests/mongo-qa/dbs',
'tests/mongo-qa/find',
'tests/mongo-qa/find1',
'tests/mongo-qa/indices',
'tests/mongo-qa/remove',
'tests/mongo-qa/stress1',
'tests/mongo-qa/test1',
'tests/mongo-qa/update',
'tests/test_admin.rb',
'tests/test_bson.rb',
'tests/test_byte_buffer.rb',