We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577c2b5 commit 14e7f41Copy full SHA for 14e7f41
spec/commands/command_helper.rb
@@ -31,7 +31,7 @@ def run
31
if @expected_result
32
expectation, result = @expected_result
33
case result
34
- when Spec::Matchers::RaiseError, Spec::Matchers::Change, Spec::Matchers::ThrowSymbol
+ when Spec::Matchers::RaiseException, Spec::Matchers::Change, Spec::Matchers::ThrowSymbol
35
invoke.send expectation, result
36
else
37
invoke.call.send expectation, result
0 commit comments