Skip to content

Commit

Permalink
revise spec to account for phone setup controller ability to show errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsmaster5 committed Apr 30, 2024
1 parent 07a7ceb commit 22acfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/users/phone_setup_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}

expect(response).to render_template(:index)
expect(flash[:error]).to be_blank
expect(flash[:error]).not_to be_blank
end

context 'with recaptcha error' do
Expand Down

0 comments on commit 22acfd5

Please sign in to comment.