Rakefile in darian_calendar-1.0 vs Rakefile in darian_calendar-1.1.0
- old
+ new
@@ -11,7 +11,7 @@
task :default => :spec
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
- t.rspec_opts = ['--color', '--format doc']
+ t.rspec_opts = ['--color']
end
\ No newline at end of file