Rakefile in dentaku-0.1.0 vs Rakefile in dentaku-0.1.1
- old
+ new
@@ -6,5 +6,8 @@
RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = %w{--colour --format progress}
t.pattern = 'spec/*_spec.rb'
end
end
+
+desc "Default: run specs."
+task :default => :spec