Rakefile in checker-0.0.5 vs Rakefile in checker-0.0.6
- old
+ new
@@ -1,2 +1,4 @@
require 'rspec/core/rake_task'
-RSpec::Core::RakeTask.new(:spec)
\ No newline at end of file
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec
- old
+ new