Fix Rubocop
This commit is contained in:
parent
676f487946
commit
dd0e341203
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue