tasks/rspec.rake in nutmeg-0.0.1 vs tasks/rspec.rake in nutmeg-0.0.2

- old
+ new

@@ -1,3 +1,4 @@ require 'rspec/core/rake_task' -RSpec::Core::RakeTask.new(:spec) +RSpec::Core::RakeTask.new(:spec) +task :default => :spec \ No newline at end of file