summaryrefslogtreecommitdiff
path: root/billing/test/unit/customer_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'billing/test/unit/customer_test.rb')
-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