mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix macro
This commit is contained in:
parent
45e9fa186f
commit
ba1c37b142
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module Spectator::Matchers
|
||||||
# which causes compilation to fail.
|
# which causes compilation to fail.
|
||||||
# If the matcher supports negation, it must override this method.
|
# If the matcher supports negation, it must override this method.
|
||||||
def failure_message_when_negated : String
|
def failure_message_when_negated : String
|
||||||
{% raise "Negation with #{@type.name} is not supported."}
|
{% raise "Negation with #{@type.name} is not supported." %}
|
||||||
end
|
end
|
||||||
|
|
||||||
# Checks whether the matcher is satisifed.
|
# Checks whether the matcher is satisifed.
|
||||||
|
|
Loading…
Reference in a new issue