Skip to content

Commit

Permalink
Merge pull request #418 from underscorgan/maint/master/mergeup
Browse files Browse the repository at this point in the history
Merge 3.4.x -> master
  • Loading branch information
Sean P McDonald committed Sep 12, 2018
2 parents 466380e + 4f82304 commit e3ad877
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Expand Up @@ -13,6 +13,15 @@ end

Dir['tasks/**/*.rake'].each { |t| load t }

namespace :package do
task :bootstrap do
puts 'Bootstrap is no longer needed, using packaging-as-a-gem'
end
task :implode do
puts 'Implode is no longer needed, using packaging-as-a-gem'
end
end

task :spec do
sh %{rspec #{ENV['TEST'] || ENV['TESTS'] || 'spec'}}
end
Expand Down

0 comments on commit e3ad877

Please sign in to comment.