Merge branch 'master' of github.com:mongodb/mongo-ruby-driver

This commit is contained in:
Tyler Brock 2012-02-13 17:57:38 -05:00
commit c6af6041e7
1 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,13 @@ namespace :test do
t.ruby_opts << '-w' t.ruby_opts << '-w'
end end
desc "Run the replica set test suite"
Rake::TestTask.new(:rs_no_threads) do |t|
t.test_files = FileList['test/replica_sets/*_test.rb'] - ["test/replica_sets/refresh_with_threads_test.rb"]
t.verbose = true
t.ruby_opts << '-w'
end
Rake::TestTask.new(:unit) do |t| Rake::TestTask.new(:unit) do |t|
t.test_files = FileList['test/unit/*_test.rb'] t.test_files = FileList['test/unit/*_test.rb']
t.verbose = true t.verbose = true