Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrocolic committed Sep 17, 2024
1 parent fad16bf commit 2ea598f
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@
gocardless_service.create
expect(gocardless_customers_service).to have_received(:create).with(
hash_including(
email: customer.email,
company_name: customer.name,
given_name: customer.firstname,
family_name: customer.lastname
params: {
email: customer.email,
company_name: customer.name,
given_name: customer.firstname,
family_name: customer.lastname
}
)
)
end
Expand Down

0 comments on commit 2ea598f

Please sign in to comment.