Sha256: 62fb5a76a669c0105a3f72ccfaf6663fdadd75d10e0e5b44ade6a88cea8664aa
Contents?: true
Size: 182 Bytes
Versions: 2
Compression:
Stored size: 182 Bytes
Contents
require 'spec_helper' describe FacilityType do it "should create an instance of FacilityType" do ft = FacilityType.create ft.should be_instance_of(FacilityType) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
erp_work_effort-4.2.0 | spec/models/facility_type_spec.rb |
erp_work_effort-4.0.0 | spec/models/facility_type_spec.rb |