Skip to content

Commit

Permalink
Add bundler/gem_tasks to Rakefile.
Browse files Browse the repository at this point in the history
Rake learns to build, install, and release the Maildir gem.
  • Loading branch information
todd-a-jacobs committed Aug 22, 2014
1 parent 6b998a1 commit 3380b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'bundler/setup'
require 'rake/testtask'
require 'bundler/gem_tasks'

Rake::TestTask.new do |t|
t.pattern = "test/test_*.rb"
Expand Down

0 comments on commit 3380b28

Please sign in to comment.