Sha256: c080d05d18698de1f3feea18c0c068b57d1b60482e6cd11dd4741730c9dc9c36

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

require 'spec_helper'

describe 'bookmarks/_refworks.html.erb' do
  it "should have a link" do
    assign(:document_list, [mock_model(Bookmark, document_id: 7), mock_model(Bookmark, document_id: 8)])
    render
    expect(rendered).to have_button "Export to Refworks"
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
blacklight-marc-5.0.0 spec/views/bookmarks/_refworks.html.erb_spec.rb
blacklight_marc-0.0.9 spec/views/bookmarks/_refworks.html.erb_spec.rb
blacklight_marc-0.0.8 spec/views/bookmarks/_refworks.html.erb_spec.rb
blacklight_marc-0.0.7 spec/views/bookmarks/_refworks.html.erb_spec.rb