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:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-03-02 19:44:15 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2017-03-02 19:48:00 +0300
commit5c1aa5fb65ec7474956e6972e40b04b3a967c338 (patch)
tree9588d71165d0cbc57e56da1c123a201c9d2a5c8e /spec/factories/ci
parent1bbf2c2cd16140aa95bbf93368209b16795172bd (diff)
Add some fixes and refactoring after review
Diffstat (limited to 'spec/factories/ci')
-rw-r--r--spec/factories/ci/builds.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/factories/ci/builds.rb b/spec/factories/ci/builds.rb
index a77b3356b9a..8ba370c36ea 100644
--- a/spec/factories/ci/builds.rb
+++ b/spec/factories/ci/builds.rb
@@ -173,5 +173,9 @@ FactoryGirl.define do
}
end
end
+
+ trait :no_options do
+ options { {} }
+ end
end
end