Fix misspelling in shared mutator behavior
This commit is contained in:
parent
dbc6455ae1
commit
75409b0199
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ shared_examples_for 'a mutator' do
|
||||||
message.concat(unexpected)
|
message.concat(unexpected)
|
||||||
end
|
end
|
||||||
|
|
||||||
fail message.join("\n-----\n") if messages.any?
|
fail message.join("\n-----\n") if message.any?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue