fix missing space

This commit is contained in:
James Lopez 2018-05-04 17:22:06 +02:00
parent bc7ea2d438
commit 4f04aeec80
No known key found for this signature in database
GPG key ID: 756BF8E9D7C0CF39

View file

@ -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