diff options
author | Azul <azul@leap.se> | 2013-07-04 10:42:52 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:47:14 +0200 |
commit | e335e807bf4615c5d0bf4ff9479f3d5a7ca523d5 (patch) | |
tree | fa536a49def6aa53fe2787fc3fb0a870278db493 | |
parent | e4460bffe2e6a2a4b4edb663332aa57ac17b3370 (diff) |
billing bring back test for #with_braintree_data!
-rw-r--r-- | billing/test/unit/customer_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/billing/test/unit/customer_test.rb b/billing/test/unit/customer_test.rb index 0358f38..2ea0b5e 100644 --- a/billing/test/unit/customer_test.rb +++ b/billing/test/unit/customer_test.rb @@ -26,7 +26,6 @@ class CustomerTest < ActiveSupport::TestCase end test "with no braintree data" do - skip "this is currently commented out in the model" assert_equal @customer, @customer.with_braintree_data! end |