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