mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix method name matches? -> match?
This commit is contained in:
parent
5a1dea8f72
commit
0dfde61807
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Spectator::Matchers
|
|||
# then this method should be overriden.
|
||||
# Remember to override `#failure_message_when_negated` as well.
|
||||
private def does_not_match?(actual) : Bool
|
||||
!matches?(actual)
|
||||
!match?(actual)
|
||||
end
|
||||
|
||||
private def values(actual)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue