Commit f27daddf authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix rubocop offenses

parent b1a21a99
......@@ -23,7 +23,7 @@ describe Auth::ContainerRegistryAuthenticationService, services: true do
let(:expire_delay) { 10 }
context 'for default configuration' do
it { expect(expires_at).to_not be_within(2.seconds).of(Time.now + expire_delay.minutes) }
it { expect(expires_at).not_to be_within(2.seconds).of(Time.now + expire_delay.minutes) }
end
context 'for changed configuration' 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