"Make Bundler gem rakefiles simpler"

3903dfd503
This commit is contained in:
Akira Matsuda 2016-10-13 06:49:33 +09:00
parent e35c812303
commit 0fa21c6b14
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
# encoding: utf-8 # encoding: utf-8
# frozen_string_literal: true # frozen_string_literal: true
require 'bundler' require "bundler/gem_tasks"
Bundler::GemHelper.install_tasks
require 'rspec/core' require 'rspec/core'
require 'rspec/core/rake_task' require 'rspec/core/rake_task'