mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Fix specs
This commit is contained in:
@@ -385,8 +385,8 @@ describe Crop do
|
||||
)
|
||||
|
||||
expect(tomato.parent).to eq parent
|
||||
expect(tomato.parent.default_scientific_name).to eq "Parentis cropis"
|
||||
expect(tomato.default_scientific_name).to eq "Parentis cropis"
|
||||
expect(tomato.parent.default_scientific_name.to_s).to eq "Parentis cropis"
|
||||
expect(tomato.default_scientific_name.to_s).to eq "Parentis cropis"
|
||||
end
|
||||
|
||||
it "doesn't add a duplicate scientific name" do
|
||||
|
||||
Reference in New Issue
Block a user