Better name method spec

This commit is contained in:
Maikel Linke
2026-01-28 14:01:01 +11:00
parent d748972fca
commit f3428494fc
3 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ RSpec.describe Spree::PaymentMethod::Taler do
)
}
describe "external_payment_url", vcr: true do
describe "#external_payment_url", vcr: true do
it "retrieves a URL to pay at and stores it on the payment record" do
order = create(:order_ready_for_confirmation, payment_method: taler)
url = subject.external_payment_url(order:)