spec/dummy/lib/tasks/test.rake in draper-3.0.0.pre1 vs spec/dummy/lib/tasks/test.rake in draper-3.0.0
- old
+ new
@@ -11,6 +11,6 @@
RSpec::Core::RakeTask.new :fast_spec do |t|
t.pattern = "fast_spec/**/*_spec.rb"
end
-task :default => [:test, :spec, :fast_spec]
+task default: [:test, :spec, :fast_spec]