Updates rubocop

This commit is contained in:
erwanlr
2020-10-30 14:50:42 +01:00
parent bc28dd392d
commit 43b04da5a2
2 changed files with 2 additions and 3 deletions

View File

@@ -16,8 +16,7 @@ shared_examples 'App::Views::Enumeration::Users' do
context 'when users found' do
let(:expected_view) { File.join(view, 'users') }
xit 'outputs the expected string' do
end
xit 'outputs the expected string'
end
end
end