Commit 0b9446e1 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

Fix rubocop offence

parent 515c81cf
......@@ -4,6 +4,7 @@ require 'spec_helper'
RSpec.describe Gitlab::Auth::Result do
let_it_be(:actor) { create(:user) }
subject { described_class.new(actor, nil, nil, []) }
context 'when actor is User' do
......
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