try to require test gemfile in Dangerfile (#6165)

This commit is contained in:
Joffrey JAFFEUX 2018-07-24 17:07:08 -04:00 committed by GitHub
parent d16a2c776a
commit e4480ad0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
require 'bundler/setup'
require 'rubygems'
require 'bundler'
Bundler.require(:test)
require 'json'
require 'shellwords'