Sha256: 32e7a0362c624331eb169948c075750b4c74746cdaa62fbdfe62ad8599b30e85

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 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(layout_file.path)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thinreports-0.9.1 test/unit/test_layout.rb
thinreports-0.9.0 test/unit/test_layout.rb