Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Our gem is vestal_versions, not 'paste'. Also fix a rake task to depe…
Browse files Browse the repository at this point in the history
…nd on the correct other task
  • Loading branch information
alexcrichton committed Nov 22, 2010
1 parent 03e59a9 commit 042b81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -8,7 +8,7 @@ if RUBY_VERSION < '1.9'
desc "Run all tests with coverage"
RSpec::Core::RakeTask.new :coverage => :cleanup_coverage_files do |t|
t.rcov = true
t.rcov_opts = %[-Ilib -Ispec --exclude "gems/*,spec/support,spec/paste,spec/spec_helper.rb"]
t.rcov_opts = %[-Ilib -Ispec --exclude "gems/*,spec/support,spec/vestal_versions,spec/spec_helper.rb"]
end
else
desc 'Run all tests with coverage'
Expand All @@ -31,7 +31,7 @@ task :cleanup_coverage_files do
rm_rf 'coverage*'
end

task :clobber => :cleanup_rcov_files do
task :clobber => :cleanup_coverage_files do
rm_rf 'pkg'
rm_rf 'tmp'
end

0 comments on commit 042b81d

Please sign in to comment.