Sha256: 6ad240d63c06fef6f85c9410f68112865d1869a47c55819137b93e096a1cea19

Contents?: true

Size: 276 Bytes

Versions: 4

Compression:

Stored size: 276 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

class Thinreports::TestLayout < Minitest::Test
  include Thinreports::TestHelper

  def test_new
    assert_instance_of Thinreports::Layout::Base,
                       Thinreports::Layout.new(layout_file.path)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thinreports-0.10.3 test/units/test_layout.rb
thinreports-0.10.2 test/unit/test_layout.rb
thinreports-0.10.1 test/unit/test_layout.rb
thinreports-0.10.0 test/unit/test_layout.rb