Sha256: f99c1735f25a466fcee58fe2b71ac2c30ae5bc175ac4df3ea635deda6b2197ea
Contents?: true
Size: 540 Bytes
Versions: 8
Compression:
Stored size: 540 Bytes
Contents
# -*- encoding : utf-8 -*- require 'spec_helper' describe CatalogController do describe "endnote" do before do SolrDocument.use_extension( Blacklight::Solr::Document::Marc ) end render_views it "should render endnote" do get :endnote, id: '86207417', format: 'endnote' expect(response.body).to eq "%0 Generic %A Finkel, Chaim Jacob. %C Yerushalayim : %D c1984. %I Devir, %@ 9650101373 %T Shodede-yam Yehudiyim : sipurim mafliʼim ha-mevusasim ʻal ʻuvdot hisṭoriyot /\n\n\n" end end end
Version data entries
8 entries across 8 versions & 1 rubygems