1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Remove unnecessary require

https://github.com/bundler/bundler/commit/8ef571ed4e
This commit is contained in:
David Rodríguez 2019-08-17 13:39:56 +02:00 committed by Hiroshi SHIBATA
parent 683f9e1dbf
commit a77b3b4476

View file

@ -6,7 +6,6 @@ RSpec.describe "real source plugins" do
build_repo2 do
build_plugin "bundler-source-mpath" do |s|
s.write "plugins.rb", <<-RUBY
require "bundler/vendored_fileutils"
require "bundler-source-mpath"
class MPath < Bundler::Plugin::API