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