summaryrefslogtreecommitdiff
path: root/spec/factories/ci/builds.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-09-02 16:31:14 +0900
committerShinya Maeda <shinya@gitlab.com>2017-09-03 23:49:11 +0900
commit1b481342a08caea34e0d605780de13d47d8dd7e2 (patch)
treef89e082c7cb4838815927c97c765538ac932a171 /spec/factories/ci/builds.rb
parenteab938d50519a4da272818c1364ceeca82e32982 (diff)
downloadgitlab-ce-1b481342a08caea34e0d605780de13d47d8dd7e2.tar.gz
Fix spec
Diffstat (limited to 'spec/factories/ci/builds.rb')
-rw-r--r--spec/factories/ci/builds.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/factories/ci/builds.rb b/spec/factories/ci/builds.rb
index bdc3e8acc07..25ec63de94a 100644
--- a/spec/factories/ci/builds.rb
+++ b/spec/factories/ci/builds.rb
@@ -231,9 +231,5 @@ FactoryGirl.define do
trait :protected do
protected true
end
-
- trait :unprotected do
- protected false
- end
end
end