Remove Haml helpers from the visibility level spec.

This commit is contained in:
Connor Shea 2016-06-17 23:16:53 -06:00
parent 80f576bb8a
commit 8867c5c4b7
No known key found for this signature in database
GPG Key ID: E52237E5B35A83E6
1 changed files with 0 additions and 5 deletions

View File

@ -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) }