From 466e22fa896d307f26cddab7a2e1302cf3a0f1fc Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 12 Aug 2013 19:41:49 +0200 Subject: more integration tests for billing --- billing/test/integration/customer_creation_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'billing/test/integration/customer_creation_test.rb') 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 -- cgit v1.2.3