提交 f27daddf 编写于 作者: K Kamil Trzcinski

Fix rubocop offenses

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册