Sha256: 9d5e083d0923b8327b3aba6f579f3be80cb07a70b74d2978cfb9a9b2f45f9ecf

Contents?: true

Size: 386 Bytes

Versions: 3

Compression:

Stored size: 386 Bytes

Contents

require 'spec_helper'

describe "combination report" do
  
  describe "rendering html" do

    context "when no custom view exists" do
      
      it "displays the correct html" do
        visit '/multi/reports/combination'
        expect(page).to have_content('Employee Report')
        expect(page).to have_content('Employee With Custom View Report')
      end

    end

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dossier-2.7.1 spec/features/combination_report_spec.rb
dossier-2.7.0 spec/features/combination_report_spec.rb
dossier-2.6.0 spec/features/combination_report_spec.rb