Fix typo
This commit is contained in:
parent
456523fc3f
commit
608fd55809
@ -18,7 +18,7 @@ class Requirement
|
||||
# The message to show when the requirement is not met.
|
||||
def message; "" end
|
||||
|
||||
# Overriding #satisfied? is deprepcated.
|
||||
# Overriding #satisfied? is deprecated.
|
||||
# Pass a block or boolean to the satisfied DSL method instead.
|
||||
def satisfied?
|
||||
result = self.class.satisfy.yielder do |proc|
|
||||
|
Loading…
x
Reference in New Issue
Block a user