summaryrefslogtreecommitdiff
path: root/billing/test/unit/customer_test.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-07-01 13:13:02 +0200
committerAzul <azul@leap.se>2013-07-17 10:47:14 +0200
commit1c40963194aa6f1dc985b949fb3c05e70f7530c0 (patch)
treed03cb2b420f0b8d5dfec2f0b2c875d157782c275 /billing/test/unit/customer_test.rb
parenta49c63eb117abf47ca1804493c25ae34804f8ee1 (diff)
use fake_braintree, fix and test customer with braintree info
Diffstat (limited to 'billing/test/unit/customer_test.rb')
-rw-r--r--billing/test/unit/customer_test.rb6
1 files changed, 0 insertions, 6 deletions
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