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