Sha256: 160c2cdde2dd04fc8a7409c6ccded58180e3f46a7d7853222d185b836586db81

Contents?: true

Size: 261 Bytes

Versions: 10

Compression:

Stored size: 261 Bytes

Contents

require 'spec_helper'

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

  it "can be saved successfully" do
    BizTxnRelationship.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_relationship_spec.rb
erp_txns_and_accts-4.0.0 spec/models/biz_txn_relationship_spec.rb
erp_txns_and_accts-3.1.1 spec/models/biz_txn_relationship_spec.rb
erp_txns_and_accts-3.0.6 spec/models/biz_txn_relationship_spec.rb
erp_txns_and_accts-3.1.0 spec/models/biz_txn_relationship_spec.rb
erp_txns_and_accts-3.0.5 spec/models/biz_txn_relationship_spec.rb
erp_txns_and_accts-3.0.4 spec/models/biz_txn_relationship_spec.rb
erp_txns_and_accts-3.0.3 spec/models/biz_txn_relationship_spec.rb
erp_txns_and_accts-3.0.2 spec/models/biz_txn_relationship_spec.rb
erp_txns_and_accts-3.0.1 spec/models/biz_txn_relationship_spec.rb