Skip to content

Commit

Permalink
Use pre-made rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Aug 24, 2016
1 parent 93e4f2c commit e97c673
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Rakefile
Expand Up @@ -2,12 +2,9 @@ require "rubygems"
require "bundler"
Bundler.setup

task :spec do
system "spec -cfs spec"
end
require "bundler/gem_tasks"

task :gem do
system "bundle exec gem build artifice.gemspec"
end
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new

task :default => :spec
task :default => :spec

0 comments on commit e97c673

Please sign in to comment.