From 555e835ad245ce4259689bff1c48688f167ff0d5 Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Thu, 4 Jun 2015 11:52:56 -0400 Subject: [PATCH] Remove unused product_update factory --- vmdb/spec/factories/product_update.rb | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 vmdb/spec/factories/product_update.rb diff --git a/vmdb/spec/factories/product_update.rb b/vmdb/spec/factories/product_update.rb deleted file mode 100644 index 416a724ce00..00000000000 --- a/vmdb/spec/factories/product_update.rb +++ /dev/null @@ -1,4 +0,0 @@ -FactoryGirl.define do - factory :product_update do - end -end \ No newline at end of file