From c2750a8461b3f0295a949ac8441b734031c756b1 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Sun, 13 Sep 2015 10:31:44 +0200 Subject: [PATCH] fixes typo --- spec/models/proposal_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/proposal_spec.rb b/spec/models/proposal_spec.rb index cfb9b48fa..5ae9c3318 100644 --- a/spec/models/proposal_spec.rb +++ b/spec/models/proposal_spec.rb @@ -12,7 +12,7 @@ describe Proposal do expect(proposal).to_not be_valid end - it "should not be valid without an question" do + it "should not be valid without a question" do proposal.question = nil expect(proposal).to_not be_valid end