Sha256: b0e973cabf5e699c1b50108b477bb60240db4d8cf2a6b83dfa08072e414ab967

Contents?: true

Size: 157 Bytes

Versions: 76

Compression:

Stored size: 157 Bytes

Contents

require 'spec_helper'

describe 'layouts/error.html.erb' do
  it 'renders without errors' do
    render
    expect(rendered).to have_css("footer")
  end
end

Version data entries

76 entries across 76 versions & 3 rubygems

Version Path
curation_concerns-0.12.0.pre5 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.12.0.pre4 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.12.0.pre3 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.12.0.pre2 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.12.0.pre1 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.11.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.11.0.rc1 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.10.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.9.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.8.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.7.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.6.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.5.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.4.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.3.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-0.2.0 spec/views/layouts/error.html.erb_spec.rb