summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-17 23:16:53 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-22 16:10:26 -0600
commit8867c5c4b7c3386ae7ad96f8c1faa17d6823393f (patch)
treee335e56042604c9e94d5bd8d2885cbce631a6f00
parent80f576bb8aaab83ca78a21f20c03cb4b4fb18f11 (diff)
downloadgitlab-ce-8867c5c4b7c3386ae7ad96f8c1faa17d6823393f.tar.gz
Remove Haml helpers from the visibility level spec.
-rw-r--r--spec/helpers/visibility_level_helper_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/helpers/visibility_level_helper_spec.rb b/spec/helpers/visibility_level_helper_spec.rb
index ff98249570d..5e7594170c5 100644
--- a/spec/helpers/visibility_level_helper_spec.rb
+++ b/spec/helpers/visibility_level_helper_spec.rb
@@ -1,11 +1,6 @@
require 'spec_helper'
describe VisibilityLevelHelper do
- include Haml::Helpers
-
- before :all do
- init_haml_helpers
- end
let(:project) { build(:project) }
let(:group) { build(:group) }