diff --git a/Rakefile b/Rakefile index ee1c623..694b9e1 100644 --- a/Rakefile +++ b/Rakefile @@ -22,9 +22,4 @@ RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = "spec/**/*_spec.rb" end -RSpec::Core::RakeTask.new('spec:progress') do |spec| - spec.rspec_opts = %w(--format progress) - spec.pattern = "spec/**/*_spec.rb" -end - task :default => :spec