diff options
Diffstat (limited to 'billing/test/functional/customer_controller_test.rb')
-rw-r--r-- | billing/test/functional/customer_controller_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/billing/test/functional/customer_controller_test.rb b/billing/test/functional/customer_controller_test.rb index d7f221e..d62ee95 100644 --- a/billing/test/functional/customer_controller_test.rb +++ b/billing/test/functional/customer_controller_test.rb @@ -69,6 +69,7 @@ class CustomerControllerTest < ActionController::TestCase skip "can't get user creation to fail" login FakeBraintree.decline_all_cards! + # what is prepare_confirmation ?? this method isn't found to_confirm = prepare_confirmation :create_customer_data, customer: FactoryGirl.attributes_for(:broken_customer), redirect_url: confirm_customer_url |