Sha256: b95fcecbd02f02d8d6283b403a2faf21c3fff4056a580a9a651da465fab062f7
Contents?: true
Size: 265 Bytes
Versions: 10
Compression:
Stored size: 265 Bytes
Contents
require 'spec_helper' describe BizTxnAcctPartyRole do it "can be instantiated" do BizTxnAcctPartyRole.new.should be_an_instance_of(BizTxnAcctPartyRole) end it "can be saved successfully" do BizTxnAcctPartyRole.create().should be_persisted end end
Version data entries
10 entries across 10 versions & 1 rubygems