fixes typo

This commit is contained in:
rgarcia
2015-09-13 10:31:44 +02:00
parent d983f9e26d
commit c2750a8461

View File

@@ -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