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