diff options
Diffstat (limited to 'billing/test/unit')
-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 |