fix missing space
This commit is contained in:
parent
bc7ea2d438
commit
4f04aeec80
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ describe Project do
|
|||
it 'does not raise an error' do
|
||||
project = create(:project)
|
||||
|
||||
expect{ project.update(ci_cd_settings: nil) }.not_to raise_exception
|
||||
expect { project.update(ci_cd_settings: nil) }.not_to raise_exception
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue