summaryrefslogtreecommitdiff
path: root/spec/factories/lists.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/lists.rb')
-rw-r--r--spec/factories/lists.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/factories/lists.rb b/spec/factories/lists.rb
index 9e3f06c682c..2a2f3cca91c 100644
--- a/spec/factories/lists.rb
+++ b/spec/factories/lists.rb
@@ -6,12 +6,6 @@ FactoryGirl.define do
sequence(:position)
end
- factory :backlog_list, parent: :list do
- list_type :backlog
- label nil
- position nil
- end
-
factory :done_list, parent: :list do
list_type :done
label nil