diff --git a/spec/views/ops/_label_tag_mapping_form.html.haml_spec.rb b/spec/views/ops/_label_tag_mapping_form.html.haml_spec.rb index 83825667bbd..0d44d49e49d 100644 --- a/spec/views/ops/_label_tag_mapping_form.html.haml_spec.rb +++ b/spec/views/ops/_label_tag_mapping_form.html.haml_spec.rb @@ -41,7 +41,7 @@ context 'edit existing mapping' do before(:each) do - @lt_map = FactoryGirl.create(:container_label_tag_mapping) + @lt_map = FactoryGirl.create(:tag_mapping_with_category) @edit = {:id => nil, :new => {:options => [["", nil]], :entity => nil,