Rakefile in doc_juan-1.2.1 vs Rakefile in doc_juan-1.2.2
- old
+ new
@@ -6,5 +6,7 @@
Rake::TestTask.new(:spec) do |test|
test.libs << 'lib' << 'spec'
test.pattern = 'spec/**/*_spec.rb'
test.verbose = true
end
+
+task default: :spec