diff options
Diffstat (limited to 'billing/test/integration/customer_creation_test.rb')
-rw-r--r-- | billing/test/integration/customer_creation_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/billing/test/integration/customer_creation_test.rb b/billing/test/integration/customer_creation_test.rb index 3ab2e4f..532a5b5 100644 --- a/billing/test/integration/customer_creation_test.rb +++ b/billing/test/integration/customer_creation_test.rb @@ -22,7 +22,8 @@ class CustomerCreationTest < ActionDispatch::IntegrationTest # RackTest assumes all requests to be local. So we need # BraintreeTestApp for the braintree transparent redirect to work. test "create customer with braintree" do - visit '/customer/new' + visit '/' + click_link 'Billing Settings' assert_difference("Customer.count") do click_button 'Save Payment Info' end |