test/account_test.rb in recurly-0.1.0 vs test/account_test.rb in recurly-0.1.1
- old
+ new
@@ -34,12 +34,8 @@
def test_close_account
account = create_account('close')
account.close_account
-
- assert_raises ActiveResource::ResourceNotFound do
- get_acct = Recurly::Account.find(account.account_code)
- end
end
end
\ No newline at end of file