do not exclude specs

did committed Mar 21, 2015
commit 67b3208d8797b8518fe57221ec6a1dea59e30c9f
Showing 1 changed file with 1 additions and 3 deletions
Rakefile +1 -3
@@ @@ -25,9 +25,7 @@ namespace :mongodb do
end
require 'rspec/core/rake_task'
- RSpec::Core::RakeTask.new('spec') do |spec|
- spec.exclude_pattern = 'spec/integration/server/contact_form_spec.rb'
- end
+ RSpec::Core::RakeTask.new('spec')
RSpec::Core::RakeTask.new('spec:integration') do |spec|
spec.pattern = 'spec/integration/**/*_spec.rb'