Adds bundler tasks

This commit is contained in:
Tim Emiola 2015-02-24 22:34:27 -08:00
parent 379aca9228
commit a42254a5e6
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# -*- ruby -*- # -*- ruby -*-
require 'rspec/core/rake_task' require 'rspec/core/rake_task'
require 'rubocop/rake_task' require 'rubocop/rake_task'
require 'bundler/gem_tasks'
desc 'Run Rubocop to check for style violations' desc 'Run Rubocop to check for style violations'
RuboCop::RakeTask.new RuboCop::RakeTask.new