Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-27 08:27:15 +0300
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:43 +0300
commita3edd5f1fd154865bfe014d628844796090998e5 (patch)
tree4649d80643a555b25134de0b10c1f64c06dbf324 /spec/factories/lists.rb
parent158173a126bcb73af3b2d8b16f767a404c7b91a5 (diff)
Remove backlog lists from factories
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