diff --git a/spec/lib/workflow_copier_spec.rb b/spec/lib/workflow_copier_spec.rb index f1a1c53d2..4b07135b8 100644 --- a/spec/lib/workflow_copier_spec.rb +++ b/spec/lib/workflow_copier_spec.rb @@ -38,7 +38,7 @@ end end - it 'copies the attached_images', focus: true do + it 'copies the attached_images' do create(:medium, type: 'workflow_attached_image', linked: workflow) expect(copied_workflow.attached_images.count).to eq(workflow.attached_images.count) end