Rakefile in recurator-0.0.1 vs Rakefile in recurator-0.0.2

- old
+ new

@@ -6,5 +6,7 @@ RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = ["-c", "-f progress"] t.pattern = 'spec/**/*_spec.rb' t.verbose = true end + +task :default => [:spec]