Updating test to allow numbers (description previously inaccurate)

This commit is contained in:
jenkr55
2018-05-20 15:15:18 -05:00
parent 2f5fa635c8
commit cc1aaeb5ce

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