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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 19:42:03 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 19:42:03 +0300
commitf12faae8b841189fb3f8693fc4880fdb9688b5d2 (patch)
tree9e3db2330708b4d96d1767e22e170dc5895acd6c /db/fixtures
parentf08eb7bbb74451363843f2b5b4d31828cb0be16b (diff)
Improve code design
Diffstat (limited to 'db/fixtures')
-rw-r--r--db/fixtures/development/14_builds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/14_builds.rb b/db/fixtures/development/14_builds.rb
index 44f8a61d608..124704cb451 100644
--- a/db/fixtures/development/14_builds.rb
+++ b/db/fixtures/development/14_builds.rb
@@ -1,5 +1,5 @@
class Gitlab::Seeder::Builds
- STAGES = %w(build notify_build test notify_test deploy notify_deploy)
+ STAGES = %w[build notify_build test notify_test deploy notify_deploy]
def initialize(project)
@project = project