Skip to content

Commit

Permalink
Added Rake tasks for building/deploying the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jwright committed Jul 26, 2013
1 parent f80fdaa commit a1ad212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ require 'webstub'
Bundler.setup
Bundler.require

Bundler::GemHelper.install_tasks

namespace :spec do
task :lib do
sh "bacon #{Dir.glob("spec/lib/**/*_spec.rb").join(' ')}"
Expand Down

0 comments on commit a1ad212

Please sign in to comment.