summaryrefslogtreecommitdiff
path: root/billing
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-07-04 10:42:52 +0200
committerAzul <azul@leap.se>2013-07-17 10:47:14 +0200
commite335e807bf4615c5d0bf4ff9479f3d5a7ca523d5 (patch)
treefa536a49def6aa53fe2787fc3fb0a870278db493 /billing
parente4460bffe2e6a2a4b4edb663332aa57ac17b3370 (diff)
billing bring back test for #with_braintree_data!
Diffstat (limited to 'billing')
-rw-r--r--billing/test/unit/customer_test.rb1
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