Sha256: 651c1d30c65e34cb4d51b20994bbe32e90c26975da3ff4b4708e9a93075434ea

Contents?: true

Size: 503 Bytes

Versions: 7

Compression:

Stored size: 503 Bytes

Contents

# Encoding: utf-8

require 'spec_helper'
require 'chemistrykit/reporting/html_report_assembler'

describe ChemistryKit::Reporting::HtmlReportAssembler do

  before(:each) do
    results_folder = File.join(Dir.pwd, 'spec', 'support', 'evidence')
    output_file = File.join(Dir.pwd, 'build', 'tmp', 'final_results.html')
    @assembler = ChemistryKit::Reporting::HtmlReportAssembler.new(results_folder, output_file)
  end

  it 'should correctly assemble the files' do
    @assembler.assemble
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
chemistrykit-3.10.1 spec/integration/lib/chemistrykit/reporting/html_reporting_assembler_spec.rb
chemistrykit-3.10.0 spec/integration/lib/chemistrykit/reporting/html_reporting_assembler_spec.rb
chemistrykit-3.9.1 spec/integration/lib/chemistrykit/reporting/html_reporting_assembler_spec.rb
chemistrykit-3.9.0 spec/integration/lib/chemistrykit/reporting/html_reporting_assembler_spec.rb
chemistrykit-3.9.0.rc3 spec/integration/lib/chemistrykit/reporting/html_reporting_assembler_spec.rb
chemistrykit-3.9.0.rc2 spec/integration/lib/chemistrykit/reporting/html_reporting_assembler_spec.rb
chemistrykit-3.9.0.rc1 spec/integration/lib/chemistrykit/reporting/html_reporting_assembler_spec.rb