Rakefile in cwyckoff-rosetta_queue-0.3.0 vs Rakefile in cwyckoff-rosetta_queue-0.3.3
- old
+ new
@@ -26,5 +26,8 @@
s.authors = ["Ben Mabey", "Chris Wyckoff"]
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
+
+desc "Default task runs specs"
+task :default => [:spec]
\ No newline at end of file