Sha256: 8870c311b5b8341b9dcd88a379f9ccf7004f1891fd1942547ac87ace0a18cb10

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

require 'spec_helper'

describe SkillType do
  it "should create an instance of SkillType" do
    st = SkillType.create
    st.should be_instance_of(SkillType)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
erp_work_effort-4.2.0 spec/models/skill_type_spec.rb
erp_work_effort-4.0.0 spec/models/skill_type_spec.rb