We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488634d commit 29c212aCopy full SHA for 29c212a
bundler/spec/bundler/plugin_spec.rb
@@ -129,14 +129,6 @@
129
subject.gemfile_install(gemfile)
130
end
131
132
- it "doesn't calls installer when plugins already installed" do
133
- allow(index).to receive(:installed?).and_return(true)
134
- allow(definition).to receive(:dependencies) { [Bundler::Dependency.new("new-plugin", ">=0")] }
135
- allow(installer).to receive(:install_definition).never
136
-
137
- subject.gemfile_install(gemfile)
138
- end
139
140
context "with dependencies" do
141
let(:plugin_specs) do
142
{
0 commit comments