diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-17 23:16:53 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-22 16:10:26 -0600 |
commit | 8867c5c4b7c3386ae7ad96f8c1faa17d6823393f (patch) | |
tree | e335e56042604c9e94d5bd8d2885cbce631a6f00 /spec/helpers | |
parent | 80f576bb8aaab83ca78a21f20c03cb4b4fb18f11 (diff) | |
download | gitlab-ce-8867c5c4b7c3386ae7ad96f8c1faa17d6823393f.tar.gz |
Remove Haml helpers from the visibility level spec.
Diffstat (limited to 'spec/helpers')
-rw-r--r-- | spec/helpers/visibility_level_helper_spec.rb | 5 |
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) } |