From fb07a4356657239b56f3217ed059ab6d9fc354e6 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 10 Mar 2021 16:20:01 -0800 Subject: [PATCH] [style] fix style --- spec/features/ticket_purchases_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/ticket_purchases_spec.rb b/spec/features/ticket_purchases_spec.rb index 52557998..524facef 100644 --- a/spec/features/ticket_purchases_spec.rb +++ b/spec/features/ticket_purchases_spec.rb @@ -11,7 +11,7 @@ feature Registration, feature: true, js: true do let!(:conference) { create(:conference, title: 'ExampleCon', tickets: [ticket, free_ticket, first_registration_ticket, second_registration_ticket, third_registration_ticket], registration_period: create(:registration_period, start_date: 3.days.ago)) } let!(:participant) { create(:user) } - def make_stripe_purchase(card_number='4242424242424242') + def make_stripe_purchase(card_number = '4242424242424242') find('.stripe-button-el').click stripe_iframe = all('iframe[name=stripe_checkout_app]').last