summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 18:42:03 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 18:42:03 +0200
commitf12faae8b841189fb3f8693fc4880fdb9688b5d2 (patch)
tree9e3db2330708b4d96d1767e22e170dc5895acd6c /db
parentf08eb7bbb74451363843f2b5b4d31828cb0be16b (diff)
downloadgitlab-ce-f12faae8b841189fb3f8693fc4880fdb9688b5d2.tar.gz
Improve code design
Diffstat (limited to 'db')
-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