Skip to content

Commit

Permalink
Changing rake default from verify_rcov to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Nov 19, 2008
1 parent f1b4486 commit ba3e29d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Rakefile
Expand Up @@ -67,10 +67,6 @@ RCov::VerifyTask.new(:verify_rcov => :rcov) do |t|
t.threshold = 96.2 # Make sure you have rcov 0.7 or higher!
end

task :default do
Rake::Task["verify_rcov"].invoke
end

desc 'Install the package as a gem.'
task :install_gem => [:clean, :package] do
gem = Dir['pkg/*.gem'].first
Expand All @@ -90,4 +86,6 @@ end
desc "Run specs using jruby"
task "spec:jruby" do
system "jruby -S rake spec"
end
end

task :default => :spec

0 comments on commit ba3e29d

Please sign in to comment.