spec/factories.rb in svm_helper-0.1.0 vs spec/factories.rb in svm_helper-0.1.1

- old
+ new

@@ -5,27 +5,23 @@ factory :qc_job_check, class: OpenStruct do wrong_industry_id nil wrong_function_id 4 wrong_career_level nil end - factory :job, class: OpenStruct do + factory :job, class: Hash do title "Meh" description "Foo Bar" - summary "Really lot of work to do" - qc_job_check - end + id 4 + label true - factory :job_without_job_check, class: OpenStruct do - title "Meh" - description "Foo Bar" - summary "Really lot of work to do" - original_industry_id 1423 + initialize_with { attributes } end + factory :data, class: PreprocessedData do data ["haus fooo garten baaz pferd fooo"] - ids {{function: 3, industry: 43, career_level: 7}} - labels {{function: true, industry: false, career_level: true}} + id 7 + label true end factory :data_w_short_words, parent: :data do data ["auto foo pferd bz gooo fooo 2"] end factory :data_w_multiple_sections, parent: :data do