Sha256: 0cadfbad672d1d6429bbc19a7ea1f8bd0d7bc01faa91ae42b71d4f3167ca329d

Contents?: true

Size: 232 Bytes

Versions: 10

Compression:

Stored size: 232 Bytes

Contents

require 'spec_helper'

describe BizTxnEvent do
  it "can be instantiated" do
    BizTxnEvent.new.should be_an_instance_of(BizTxnEvent)
  end

  it "can be saved successfully" do
    BizTxnEvent.create().should be_persisted
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
erp_txns_and_accts-4.2.0 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-4.0.0 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-3.1.1 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-3.0.6 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-3.1.0 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-3.0.5 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-3.0.4 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-3.0.3 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-3.0.2 spec/models/biz_txn_event_spec.rb
erp_txns_and_accts-3.0.1 spec/models/biz_txn_event_spec.rb