Fix broken test.

This commit is contained in:
Miles Gould
2013-07-23 12:42:10 +01:00
parent da15994a46
commit d57d233e52

View File

@@ -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