Sha256: f146d4ad32b25b715b00189e81fcd2425eb82bc101557398c7c4c72a86690673

Contents?: true

Size: 233 Bytes

Versions: 25

Compression:

Stored size: 233 Bytes

Contents

require 'spec_helper'

describe 'curation_concerns/single_use_links_viewer/single_use_error.html.erb' do
  it 'renders without errors' do
    render
    expect(rendered).to have_text("Single Use Link Expired or Not Found")
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
curation_concerns-1.3.2 spec/views/single_use_links_viewer/single_use_error.html.erb_spec.rb
curation_concerns-1.3.1 spec/views/single_use_links_viewer/single_use_error.html.erb_spec.rb
curation_concerns-1.3.0 spec/views/single_use_links_viewer/single_use_error.html.erb_spec.rb
curation_concerns-1.2.0 spec/views/single_use_links_viewer/single_use_error.html.erb_spec.rb
curation_concerns-1.1.2 spec/views/single_use_links_viewer/single_use_error.html.erb_spec.rb