From 75409b0199bc1d2ed4b8db9490f3a54cc6d425dc Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Fri, 21 Jun 2013 23:53:34 +0200 Subject: [PATCH] Fix misspelling in shared mutator behavior --- spec/shared/mutator_behavior.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/shared/mutator_behavior.rb b/spec/shared/mutator_behavior.rb index 65eef1ca..796af68a 100644 --- a/spec/shared/mutator_behavior.rb +++ b/spec/shared/mutator_behavior.rb @@ -82,7 +82,7 @@ shared_examples_for 'a mutator' do message.concat(unexpected) end - fail message.join("\n-----\n") if messages.any? + fail message.join("\n-----\n") if message.any? end end end