Commit 65d1b801 authored by Tim Zallmann's avatar Tim Zallmann

Missing do

parent 797ef7c1
......@@ -12,7 +12,7 @@ describe 'Promotions', js: true do
project.team << [user, :master]
end
it 'should show no promotion at all '
it 'should show no promotion at all' do
visit edit_project_path(project)
expect(page).not_to have_selector('#promote_service_desk')
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