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