Rakefile in fozzie-0.0.27 vs Rakefile in fozzie-1.0.0
- old
+ new
@@ -2,6 +2,6 @@
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
-task :default => :spec
+task :default => :spec
\ No newline at end of file