Sha256: 4d86c633210f983804212ed91c7f4931ccd3f3904a3974347ee992f14065d478
Contents?: true
Size: 408 Bytes
Versions: 22
Compression:
Stored size: 408 Bytes
Contents
require 'spec_helper' describe "Librarian view" do it "should show marc fields" do visit catalog_path('2009373513') click_link "Librarian View" expect(page).to have_content "Librarian View" expect(page).to have_content "LEADER 01213nam a22003614a 4500" expect(page).to have_content "100" expect(page).to have_content "Lin, Xingzhi." expect(page).to have_content "6|" end end
Version data entries
22 entries across 22 versions & 3 rubygems