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