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