Skip to content

Commit e94f50a

Browse files
committed
Add Rubygems tasks to Rakefile
1 parent 1d70f4c commit e94f50a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require "rspec/core/rake_task"
2+
require 'rubygems/tasks'
23

34
task :default => [:spec]
45

@@ -12,3 +13,5 @@ desc "Run mutation tests"
1213
task :mutant do
1314
system "mutant --fail-fast --include lib --require ruby-wpdb --use rspec '::WPDB*'"
1415
end
16+
17+
Gem::Tasks.new

0 commit comments

Comments
 (0)