Commit 4f04aeec authored by James Lopez's avatar James Lopez

fix missing space

parent bc7ea2d4
......@@ -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
......
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