Skip to content

Commit b763951

Browse files
committed
Update the it string
1 parent 37c91ed commit b763951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/requests/partner_users_requests_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
end
7373

7474
context "with existing user params" do
75-
it "renders the index template with alert" do
75+
it "renders the index template with error" do
7676
existing_user = User.first
7777
expect {
7878
post partner_users_path(default_params.merge(partner_id: partner)), params: {user: {email: existing_user.email}}

0 commit comments

Comments
 (0)