gitlab-org--gitlab-foss/spec
Rémy Coutable 8318011034 Merge branch 'remove-magic-comments' into 'master'
Remove magic comments from Ruby files

## What does this MR do?

Remove magic comments (`# encoding: UTF-8`) from Ruby files.

## Why was this MR needed?

Since Ruby 2, UTF-8 is the default encoding and those comments are no longer necessary.

## What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5163#note_13134307

cc @rymai 

See merge request !5456
2016-07-25 08:49:08 +00:00
..
config
controllers Fix failing spec on help controller 2016-07-22 11:49:09 +03:00
factories Refactor Issues::BulkUpdateService spec 2016-07-20 17:59:34 -06:00
features `WikiPage` should have a slug even when not persisted. 2016-07-25 09:22:47 +05:30
finders Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
fixtures Merge branch 'discussion-model' into 'master' 2016-07-21 17:56:23 +00:00
helpers Cast duration to integer in `TimeHelper#time_interval_in_words` 2016-07-21 12:18:34 +02:00
initializers Ignore invalid trusted proxies in X-Forwarded-For header 2016-07-23 21:06:19 -07:00
javascripts ES6ify all the things! 2016-07-24 23:45:11 +03:00
lib Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
mailers Make Notify specs more robust by setting up assignee names 2016-07-22 13:54:12 +02:00
models Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-…" 2016-07-24 18:45:14 +00:00
requests Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' 2016-07-21 09:01:47 +00:00
routing Fix help page paths to make sure shortcuts and the UI help page work. 2016-07-19 11:17:14 -06:00
services Merge branch 'fix-data-integrity-issue-with-repository-downloads-path' into 'master' 2016-07-21 21:44:53 +00:00
support Merge branch '4142-show-inline-video' into 'master' 2016-07-21 07:29:38 +00:00
tasks/gitlab Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
uploaders Remove VideoJS and clean the integration 2016-07-20 11:36:42 +02:00
views Add gitlab-workhorse version to admin dashboard 2016-07-23 06:56:32 +02:00
workers Fix emails on push for new and deleted branches 2016-07-21 10:53:38 +01:00
factories_spec.rb
rails_helper.rb
spec_helper.rb We're not using them (and look at the typo) 2016-07-12 22:17:00 +08:00
teaspoon_env.rb