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