Commit 77f325a4 authored by Marin Jankovski's avatar Marin Jankovski

Do not disappoint rubocop.

parent c7daa5f1
......@@ -26,7 +26,7 @@ describe GitlabCiService do
it { is_expected.to have_one(:service_hook) }
end
describe 'validations' do
describe 'validations' do
context 'active' do
before { allow(subject).to receive(:activated?).and_return(true) }
......
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