Sha256: 9a15762b381121208049fe37406b4fb57b0557d615443836c94c8a4dd4940394
Contents?: true
Size: 508 Bytes
Versions: 4
Compression:
Stored size: 508 Bytes
Contents
require 'spec_helper' describe "Bookmark tools" do it "should have an endnote export" do visit solr_document_path('2007020969') click_button 'Bookmark' visit "/bookmarks.endnote?q=" expect(page).to have_content " %@ 9780743297790" end it "should have a refworks export" do visit solr_document_path('2007020969') click_button 'Bookmark' visit "/bookmarks.refworks_marc_txt?q=" expect(page).to have_content "LEADER 01490cam a2200361 a 4500001 2007020969" end end
Version data entries
4 entries across 4 versions & 1 rubygems