Gardens have descriptions

This commit is contained in:
Brenda Wallace
2019-03-26 22:27:10 +13:00
parent 1e240cf4b8
commit 8d579a4616

View File

@@ -9,8 +9,8 @@ describe Garden do
garden.slug.should match(/hatupatu-springfield-community-garden/)
end
it "has a name" do
garden.name.should == "This is a **totally** cool garden"
it "has a description" do
garden.description.should == "This is a **totally** cool garden"
end
it "doesn't allow a nil name" do