Updating test to allow numbers (description previously inaccurate)

This commit is contained in:
jenkr55 committed 2018-05-20 15:15:18 -05:00
1 parent 2f5fa635c8
commit cc1aaeb5ce
1 file changed
+1 -1
+1 -1
View File
@@ -24,7 +24,7 @@ describe Garden do
it "allows numbers" do
garden = FactoryBot.build(:garden, name: "100 vines of 2 kamo-kamo")
garden.should_not be_valid
garden.should be_valid
end
it "allows brackets" do