зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Fix incorrect 4th parameter to Definition.new
https://github.com/rubygems/rubygems/commit/54948e428d
This commit is contained in:
Родитель
e04120772b
Коммит
5500f880f3
|
@ -10,7 +10,7 @@ RSpec.describe Bundler::Definition do
|
|||
allow(Bundler).to receive(:ui) { double("UI", info: "", debug: "") }
|
||||
end
|
||||
|
||||
subject { Bundler::Definition.new("Gemfile.lock", [], Bundler::SourceList.new, []) }
|
||||
subject { Bundler::Definition.new("Gemfile.lock", [], Bundler::SourceList.new, {}) }
|
||||
|
||||
context "when it's not possible to write to the file" do
|
||||
it "raises an PermissionError with explanation" do
|
||||
|
|
Загрузка…
Ссылка в новой задаче