"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
# frozen_string_literal: true
require 'bundler'
Bundler::GemHelper.install_tasks
require "bundler/gem_tasks"
require 'rspec/core'
require 'rspec/core/rake_task'