From 1c40963194aa6f1dc985b949fb3c05e70f7530c0 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 1 Jul 2013 13:13:02 +0200 Subject: use fake_braintree, fix and test customer with braintree info --- billing/test/unit/customer_test.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'billing/test/unit/customer_test.rb') diff --git a/billing/test/unit/customer_test.rb b/billing/test/unit/customer_test.rb index abcf96a..0358f38 100644 --- a/billing/test/unit/customer_test.rb +++ b/billing/test/unit/customer_test.rb @@ -34,10 +34,4 @@ class CustomerTest < ActiveSupport::TestCase assert_nil @customer.default_credit_card end - test "user with braintree id" do - @customer = FactoryGirl.build(:braintree_customer) - assert @customer.braintree_customer_id - assert @customer.has_payment_info? - end - end -- cgit v1.2.3