Sha256: 4af3f4ffe691178923567046dadc646f692505f6334c909c13f9440fa94be45f

Contents?: true

Size: 208 Bytes

Versions: 4

Compression:

Stored size: 208 Bytes

Contents

describe 'report_cat/reports/index.html.erb' do

  include SetupReports

  before( :each ) do
    setup_reports
  end

  it 'renders without exception' do
    assign( :reports, @reports )
    render
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
report_cat-5.0.3 spec/views/report_cat/reports/index.html.erb_spec.rb
report_cat-5.0.2 spec/views/report_cat/reports/index.html.erb_spec.rb
report_cat-5.0.1 spec/views/report_cat/reports/index.html.erb_spec.rb
report_cat-5.0.0 spec/views/report_cat/reports/index.html.erb_spec.rb