Skip to content
Snippets Groups Projects
Unverified Commit 936472ff authored by Rémy Coutable's avatar Rémy Coutable Committed by GitHub
Browse files

Merge pull request #894 from jackorp/fix_rspec_failure

Fix rspec random test failure.
parents fd640236 b725f635
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,6 +34,7 @@ RSpec.describe Guard::PluginUtil do
gem = class_double(Gem::Specification)
stub_const("Gem::Specification", gem)
expect(Gem::Specification).to receive(:find_all) { gems }
allow(Gem::Specification).to receive(:unresolved_deps) { [] }
end
 
it "returns the list of guard gems" do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment