spec/readers/ris_reader_spec.rb in bolognese-0.9.11 vs spec/readers/ris_reader_spec.rb in bolognese-0.9.13
- old
+ new
@@ -24,9 +24,9 @@
"givenName"=>"Martial",
"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", "name"=>"eLife")
+ expect(subject.is_part_of).to eq("type"=>"Periodical", "title"=>"eLife")
end
end
end