mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
No need to shout
This commit is contained in:
parent
ba1c37b142
commit
96c271cf33
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Spectator::Expectations
|
||||||
# Creates the actual with a generic label.
|
# Creates the actual with a generic label.
|
||||||
# This is used for the "should" syntax and when the label doesn't matter.
|
# This is used for the "should" syntax and when the label doesn't matter.
|
||||||
def initialize(@proc : -> ReturnType)
|
def initialize(@proc : -> ReturnType)
|
||||||
super("<PROC>")
|
super("<Proc>")
|
||||||
end
|
end
|
||||||
|
|
||||||
# Reports complete information about the actual value.
|
# Reports complete information about the actual value.
|
||||||
|
|
Loading…
Reference in a new issue