Commit 42151a15 authored by blackst0ne's avatar blackst0ne

Fix rubocop offenses

parent d274bbb9
...@@ -18,12 +18,12 @@ feature "New project", feature: true do ...@@ -18,12 +18,12 @@ feature "New project", feature: true do
end end
it 'saves visibility level on validation error' do it 'saves visibility level on validation error' do
visit new_project_path visit new_project_path
choose(key) choose(key)
click_button('Create project') click_button('Create project')
expect(find_field("project_visibility_level_#{level}")).to be_checked expect(find_field("project_visibility_level_#{level}")).to be_checked
end end
end end
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