spec/readers/bibtex_reader_spec.rb in bolognese-0.9.11 vs spec/readers/bibtex_reader_spec.rb in bolognese-0.9.13
- old
+ new
@@ -22,9 +22,9 @@
expect(subject.author.first).to eq("type"=>"Person", "name"=>"Martial Sankar", "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.license["id"]).to eq("http://creativecommons.org/licenses/by/3.0/")
expect(subject.date_published).to eq("2014")
- expect(subject.is_part_of).to eq("type"=>"Periodical", "name"=>"eLife", "issn"=>"2050-084X")
+ expect(subject.is_part_of).to eq("type"=>"Periodical", "title"=>"eLife", "issn"=>"2050-084X")
end
end
end