From d57d233e520526d6915cdeccc9342adfdd49f668 Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Tue, 23 Jul 2013 12:42:10 +0100 Subject: [PATCH] Fix broken test. --- spec/views/plantings/show.html.haml_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/views/plantings/show.html.haml_spec.rb b/spec/views/plantings/show.html.haml_spec.rb index c4d58cc3a..0f7d45d98 100644 --- a/spec/views/plantings/show.html.haml_spec.rb +++ b/spec/views/plantings/show.html.haml_spec.rb @@ -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