From 59fa1232045b1a19c5beae8d8a3b51b66b1aeb2d Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 14 Apr 2019 06:02:47 +0000 Subject: Added rspec dependency for bundler examples. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/bundler/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/bundler') diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb index 81c222ea6f..e8e7cc9a1f 100644 --- a/spec/bundler/spec_helper.rb +++ b/spec/bundler/spec_helper.rb @@ -13,6 +13,7 @@ if File.expand_path(__FILE__) =~ %r{([^\w/\.:\-])} end require "bundler" +require "rspec" Dir["#{File.expand_path("../support", __FILE__)}/*.rb"].each do |file| file = file.gsub(%r{\A#{Regexp.escape File.expand_path("..", __FILE__)}/}, "") -- cgit v1.2.3