summaryrefslogtreecommitdiff
path: root/billing/test/integration/customer_creation_test.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-08-12 19:41:49 +0200
committerAzul <azul@leap.se>2013-08-12 19:41:49 +0200
commit466e22fa896d307f26cddab7a2e1302cf3a0f1fc (patch)
tree7fd940bf4ac8dd394d7a25a07329d5469a17dfa0 /billing/test/integration/customer_creation_test.rb
parenta6c564dd4e7c604eae062779c45a1303b67cfbf2 (diff)
more integration tests for billing
Diffstat (limited to 'billing/test/integration/customer_creation_test.rb')
-rw-r--r--billing/test/integration/customer_creation_test.rb3
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