Sha256: 27bf30c09374d25ead3389cfc404eb93c9097a7d5a4bd8ee956e143d06d39c49

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

# coding: utf-8

require 'test_helper'

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

  def test_new
    assert_instance_of Thinreports::Layout::Base,
                       Thinreports::Layout.new(data_file('layout_text1.tlf'))
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinreports-0.8.2 test/unit/test_layout.rb
thinreports-0.8.1 test/unit/test_layout.rb
thinreports-0.8.0 test/unit/test_layout.rb