Sha256: abcc92008cc8c444e97f0464d29eb315e2d844a35efddc428d1e1aa9e1d2b06c

Contents?: true

Size: 648 Bytes

Versions: 3

Compression:

Stored size: 648 Bytes

Contents

# encoding: UTF-8
# jobs with description
FactoryGirl.define do
  factory :job_description_w_adress, parent: :job do
    description IO.read('spec/factories/jobs/tmp.html')
  end
  factory :job_description_w_tags, parent: :job do
    description IO.read('spec/factories/jobs/tmp2.html')
  end
  factory :job_description_w_special, parent: :job do
    description IO.read('spec/factories/jobs/tmp3.html')
  end

  factory :job_description_w_code_token, parent: :job do
    description IO.read('spec/factories/jobs/tmp.html')
  end
  factory :job_description_w_gender, parent: :job do
    description IO.read('spec/factories/jobs/tmp.html')
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
svm_helper-0.2.1 spec/factories/jobs_with_description.rb
svm_helper-0.1.1 spec/factories/jobs_with_description.rb
svm_helper-0.1.0 spec/factories/jobs_with_description.rb