Sha256: 34fd865e05d8253983c9e41a8abba283b26836b3b5f7254d56ad2e8228b82d72

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

require 'spec_helper'

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

Version data entries

4 entries across 4 versions & 2 rubygems

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