Prevent false positive for raised error
This commit is contained in:
@ -316,7 +316,7 @@ describe Runner::Strategy::Poseidon do
|
|||||||
let(:response_status) { 404 }
|
let(:response_status) { 404 }
|
||||||
|
|
||||||
it 'raises an error' do
|
it 'raises an error' do
|
||||||
expect { action.call }.not_to raise_error(Runner::Error::RunnerNotFound)
|
expect { action.call }.not_to raise_error
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user