Skip to content

Commit

Permalink
Fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinconico committed Sep 2, 2022
1 parent 651a66c commit e2636b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/rspec/sorbet_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def initialize(message)
end

specify do
# Error is not rasied becasue handler is no-op
# Checking to ensure the invalid calls rasies the error in the custom handler
expect { PassthroughSig.new(123) }.to raise_error ArgumentError, 'foo'
end

Expand Down

0 comments on commit e2636b8

Please sign in to comment.