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