Sha256: 6560358630ec08266706e73d3660311b5d28723c1de1eeb9a1a709e569ddb7a3

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

# frozen_string_literal: true

require 'feature_test'

class TestGraphics < FeatureTest
  feature :graphics do
    report = Thinreports::Report.new layout: template_path
    report.start_new_page

    assert_pdf report.generate
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thinreports-0.10.3 test/features/graphics/test_graphics.rb