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