Commit 620834b1 authored by peterhegman's avatar peterhegman

Add `aggregate_failures` to specs per reviewer feedback

parent d1f311c1
......@@ -387,7 +387,7 @@ RSpec.describe 'Admin::Users::User' do
end
with_them do
it "allows an admin to force confirmation of the user's email" do
it "allows an admin to force confirmation of the user's email", :aggregate_failures do
visit path_helper.call(unconfirmed_user)
click_button 'Confirm user'
......
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