Skip to content

Commit

Permalink
Default Rake task now runs Rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
namick committed Oct 28, 2012
1 parent 8bb5512 commit 8126ac0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('lib/**/*.rb')
end

Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

Bundler::GemHelper.install_tasks

task :default => :spec

0 comments on commit 8126ac0

Please sign in to comment.