Skip to content

Commit

Permalink
add default task test for rake (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengroat authored and stympy committed May 23, 2017
1 parent 1126e6b commit f32c6fe
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 @@ -4,3 +4,5 @@ Dir['tasks/**/*.rake'].each { |rake| load rake }

require 'bundler'
Bundler::GemHelper.install_tasks

task default: %w[test]

0 comments on commit f32c6fe

Please sign in to comment.