Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
remove the expect
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Dec 1, 2016
1 parent 91e6881 commit 2081fa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/unit/plugin_manager/update_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
expect(cmd).to receive(:find_latest_gem_specs).and_return({})
allow(cmd).to receive(:warn_local_gems).and_return(nil)
expect(cmd).to receive(:display_updated_plugins).and_return(nil)
expect_any_instance_of(LogStash::Bundler).to receive(:invoke!).with(:clean => true)
end

it "pass all gem sources to the bundle update command" do
Expand Down

0 comments on commit 2081fa6

Please sign in to comment.