Skip to content

Commit

Permalink
Add Rubygems tasks to Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Apr 15, 2015
1 parent 1d70f4c commit e94f50a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "rspec/core/rake_task"
require 'rubygems/tasks'

task :default => [:spec]

Expand All @@ -12,3 +13,5 @@ desc "Run mutation tests"
task :mutant do
system "mutant --fail-fast --include lib --require ruby-wpdb --use rspec '::WPDB*'"
end

Gem::Tasks.new

0 comments on commit e94f50a

Please sign in to comment.