mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Fix spec to follow behavior change
This commit is contained in:
parent
b9fa5d3a7d
commit
6bc7f39944
@ -86,7 +86,7 @@ describe Plugin do
|
||||
end
|
||||
|
||||
context "system command error" do
|
||||
before { plugin.should_receive(:system).and_return(false) }
|
||||
before { plugin.should_receive(:system).at_least(1).and_return(false) }
|
||||
subject { expect { plugin.install! } }
|
||||
|
||||
it "raise GemError" do
|
||||
|
Loading…
Reference in New Issue
Block a user