Skip to content

Commit

Permalink
Added bundler tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jan 9, 2020
1 parent c13fe43 commit 3b9e5a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# frozen_string_literal: true

require 'rubygems'
require 'bundler'
Bundler.setup :default, :test, :development

Bundler::GemHelper.install_tasks

task(default: :rspec)
task(:rspec) { ruby '-S rspec' }

0 comments on commit 3b9e5a1

Please sign in to comment.