Commit dc062ccb authored by Toon Claes's avatar Toon Claes

Ignore RSpec/FilePath for this spec

The spec filename does not match the module/class name. But ignore it, because
the `ee` subdir is added in between to avoid conflicts when merging from CE.
parent bda7e75d
require 'spec_helper' require 'spec_helper'
describe Gitlab::VisibilityLevel, lib: true do describe Gitlab::VisibilityLevel, lib: true do # rubocop:disable RSpec/FilePath
describe '.levels_for_user' do describe '.levels_for_user' do
it 'returns all levels for an auditor' do it 'returns all levels for an auditor' do
user = build(:user, :auditor) user = build(:user, :auditor)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment