summaryrefslogtreecommitdiff
path: root/spec/config
Commit message (Collapse)AuthorAgeFilesLines
* Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-081-1/+1
| | | | | | This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods.
* Don't load all of GitLab in mail_roomDouwe Maan2016-02-261-0/+56
Fixes #12731