diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-18 18:42:03 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-18 18:42:03 +0200 |
commit | f12faae8b841189fb3f8693fc4880fdb9688b5d2 (patch) | |
tree | 9e3db2330708b4d96d1767e22e170dc5895acd6c /db/fixtures | |
parent | f08eb7bbb74451363843f2b5b4d31828cb0be16b (diff) | |
download | gitlab-ce-f12faae8b841189fb3f8693fc4880fdb9688b5d2.tar.gz |
Improve code design
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/14_builds.rb | 2 |
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 |