Commit e0605905 authored by nmilojevic1's avatar nmilojevic1

Fix Rubocop offences

parent dd12de65
......@@ -82,7 +82,7 @@ describe 'gitlab:import_export:import rake task' do
let(:measurement_enabled) { false }
it 'output measurement results' do
expect { subject }.to_not output(/Measuring enabled.../).to_stdout
expect { subject }.not_to output(/Measuring enabled.../).to_stdout
end
end
......
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