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-1.7.1 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.7.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.7.0.beta1 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.6.3 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.6.2 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.6.1 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.6.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.5.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.4.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.3.3 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.3.2 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.3.1 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.3.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.2.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.1.2 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.1.1 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.1.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.0.0 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.0.0.beta10 spec/views/layouts/error.html.erb_spec.rb
curation_concerns-1.0.0.beta9 spec/views/layouts/error.html.erb_spec.rb