Skip to content

Commit e1b5618

Browse files
authored
Merge pull request #23 from puppetlabs/add-bundler-gem-tasks
Add bundler/gem_tasks to Rakefile
2 parents cd6d2b0 + 67ab759 commit e1b5618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'rspec/core/rake_task'
2+
require 'bundler/gem_tasks'
23

34

45
RSpec::Core::RakeTask.new(:spec) do |t|

0 commit comments

Comments
 (0)