mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added rspec dependency for bundler examples.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
68ddd4d300
commit
59fa123204
1 changed files with 1 additions and 0 deletions
|
@ -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__)}/}, "")
|
||||
|
|
Loading…
Add table
Reference in a new issue