Sha256: f5c59321bf90347d75185cbceb5bd22c09dbeafd402d849781042fe9ee406815
Contents?: true
Size: 396 Bytes
Versions: 13
Compression:
Stored size: 396 Bytes
Contents
require "support" class TestAccount < Omise::Test setup do @account = Omise::Account.retrieve end def test_that_we_can_retrieve_the_account assert_instance_of Omise::Account, @account assert_equal "/account", @account.location end def test_that_we_can_reload_a_customer @account.attributes.taint @account.reload refute @account.attributes.tainted? end end
Version data entries
13 entries across 13 versions & 1 rubygems