Rakefile in
mostash-0.0.4
vs Rakefile in
mostash-0.0.5
- old
+ new
@@ -19,5 +19,7 @@
desc "run all specs" Spec::Rake::SpecTask.new( "spec" ) do |t| t.spec_files = FileList["spec/**/*_spec.rb"] end
+
+task :default => :spec