Skip to content

Commit

Permalink
Remove missing old spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dfop02 committed Aug 24, 2023
1 parent d70c262 commit fe2db84
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bundler/spec/bundler/plugin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@
subject.gemfile_install(gemfile)
end

it "doesn't calls installer when plugins already installed" do
allow(index).to receive(:installed?).and_return(true)
allow(definition).to receive(:dependencies) { [Bundler::Dependency.new("new-plugin", ">=0")] }
allow(installer).to receive(:install_definition).never

subject.gemfile_install(gemfile)
end

context "with dependencies" do
let(:plugin_specs) do
{
Expand Down

0 comments on commit fe2db84

Please sign in to comment.