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