[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 коммит произвёл Hiroshi SHIBATA
Родитель 683f9e1dbf
Коммит a77b3b4476
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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