Commit 6ef3505b190001cba49077c98bce25054cdc4577

Authored by Dmitriy Zaporozhets
1 parent 1ff1b6d8

Add default settings to test env. Removed wrong comment for rack_profiler

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
config/gitlab.yml.example
... ... @@ -227,6 +227,11 @@ development:
227 227  
228 228 test:
229 229 <<: *base
  230 + gravatar:
  231 + enabled: true
  232 + gitlab:
  233 + host: localhost
  234 + port: 80
230 235 issues_tracker:
231 236 redmine:
232 237 title: "Redmine"
... ...
config/initializers/6_rack_profiler.rb
1   -# If Mini Profiler is included via gem
2 1 if Rails.env == 'development'
3 2 require 'rack-mini-profiler'
4 3  
... ...