summaryrefslogtreecommitdiff
path: root/spec/factories/labels.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/labels.rb')
-rw-r--r--spec/factories/labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/labels.rb b/spec/factories/labels.rb
index eb489099854..942080b8644 100644
--- a/spec/factories/labels.rb
+++ b/spec/factories/labels.rb
@@ -2,6 +2,6 @@ FactoryGirl.define do
factory :label do
sequence(:title) { |n| "label#{n}" }
color "#990000"
- project
+ subject factory: :project
end
end