We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c91ed commit b763951Copy full SHA for b763951
1 file changed
spec/requests/partner_users_requests_spec.rb
@@ -72,7 +72,7 @@
72
end
73
74
context "with existing user params" do
75
- it "renders the index template with alert" do
+ it "renders the index template with error" do
76
existing_user = User.first
77
expect {
78
post partner_users_path(default_params.merge(partner_id: partner)), params: {user: {email: existing_user.email}}
0 commit comments