summaryrefslogtreecommitdiff
path: root/spec/lib/banzai/filter/table_of_contents_filter_spec.rb
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-07-20 22:02:40 +0200
committerwinniehell <git@winniehell.de>2016-07-24 07:08:45 +0200
commit58c562a951e6417d824864b35c7518f67b2996dc (patch)
tree312addec2555c5812f3102be2d08c7ffd231863c /spec/lib/banzai/filter/table_of_contents_filter_spec.rb
parent03738bdd48d64e30c068df54eaf7e44d21e3c9fa (diff)
downloadgitlab-ce-58c562a951e6417d824864b35c7518f67b2996dc.tar.gz
Remove magic comments from Ruby files (!5456)
Diffstat (limited to 'spec/lib/banzai/filter/table_of_contents_filter_spec.rb')
-rw-r--r--spec/lib/banzai/filter/table_of_contents_filter_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/lib/banzai/filter/table_of_contents_filter_spec.rb b/spec/lib/banzai/filter/table_of_contents_filter_spec.rb
index 6a5d003e87f..356dd01a03a 100644
--- a/spec/lib/banzai/filter/table_of_contents_filter_spec.rb
+++ b/spec/lib/banzai/filter/table_of_contents_filter_spec.rb
@@ -1,5 +1,3 @@
-# encoding: UTF-8
-
require 'spec_helper'
describe Banzai::Filter::TableOfContentsFilter, lib: true do