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