Rakefile in mongoa-0.1.15 vs Rakefile in mongoa-0.1.16
- old
+ new
@@ -25,7 +25,7 @@
RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = FileList['spec/**/*_spec.rb']
t.rcov = false
end
-task :spec => :check_dependencies
+# task :spec => :check_dependencies
task :default => :spec