mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Fix broken test.
This commit is contained in:
@@ -40,7 +40,7 @@ describe "plantings/show" do
|
||||
|
||||
context 'planted from' do
|
||||
before(:each) do
|
||||
@p = assign(:planting, FactoryGirl.create(:seed_planting))
|
||||
@p = assign(:planting, FactoryGirl.create(:cutting_planting))
|
||||
end
|
||||
|
||||
it "shows planted_from" do
|
||||
|
||||
Reference in New Issue
Block a user