This commit is contained in:
SHIBATA Hiroshi 2016-03-25 16:43:09 +09:00
parent 1f0d253578
commit 35b4e06b01
2 changed files with 0 additions and 9 deletions

View File

@ -3,12 +3,5 @@
require "bundler/setup"
require "rake"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start
require "irb"
IRB.start

View File

@ -4,5 +4,3 @@ IFS=$'\n\t'
set -vx
bundle install
# Do any other automated setup that you need to do here