mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-09-22 14:04:54 -04:00
Updating test to allow numbers (description previously inaccurate)
This commit is contained in:
1 parent
2f5fa635c8
commit
cc1aaeb5ce
1 file changed
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user