Commit a0874891 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix Rubocop

parent 837500f3
......@@ -55,7 +55,7 @@ describe Ci::JobArtifact do
it 'when assigning invalid duration' do
expect { artifact.expire_in = '7 elephants' }.to raise_error(ChronicDuration::DurationParseError)
is_expected.to be_nil
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