Commit f32bcea3 authored by Nikola Milojevic's avatar Nikola Milojevic

Add :aggregate_failures as suggested

parent 2d93592b
......@@ -18,7 +18,7 @@ RSpec.describe 'groups/new.html.haml' do
end
describe 'setup_for_company field' do
it 'does not have a default selection' do
it 'does not have a default selection', :aggregate_failures do
expect(rendered).to have_field('My company or team')
expect(rendered).not_to have_checked_field('My company or team')
expect(rendered).to have_field('Just me')
......
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