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