Rakefile in wrap_it-1.0.0 vs Rakefile in wrap_it-1.0.1
- old
+ new
@@ -22,6 +22,9 @@
# t.test_files = FileList['spec_rails/**/*_spec.rb']
# t.verbose = true
# end
#YARD::Rake::YardocTask.new
-RSpec::Core::RakeTask.new
+
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec