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