spec/readers/ris_reader_spec.rb in bolognese-0.9.88 vs spec/readers/ris_reader_spec.rb in bolognese-0.9.89
- old
+ new
@@ -37,8 +37,9 @@
"familyName"=>"Sankar")
expect(subject.title).to eq("Automated quantitative histology reveals vascular morphodynamics during Arabidopsis hypocotyl secondary growth")
expect(subject.description["text"]).to start_with("Among various advantages, their small size makes model organisms preferred subjects of investigation.")
expect(subject.date_published).to eq("2014")
expect(subject.is_part_of).to eq("type"=>"Periodical", "title"=>"eLife")
+ expect(subject.container_title).to eq("eLife")
end
end
end