Skip to content

Commit

Permalink
Remove spec progress task
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed May 28, 2012
1 parent 6df4532 commit 30600e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 30600e7

Please sign in to comment.