Sha256: 06528910086d003cac55993d239d6abdb536c234bd17e4f7000c580cc3d5f3c2

Contents?: true

Size: 272 Bytes

Versions: 5

Compression:

Stored size: 272 Bytes

Contents

# coding: utf-8

require 'test/unit/helper'

class ThinReports::TestLayout < MiniTest::Unit::TestCase
  include ThinReports::TestHelpers
  
  def test_new
    flexmock(ThinReports::Layout::Base).should_receive(:new).once
    ThinReports::Layout.new('layout.tlf')
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.7.7 test/unit/test_layout.rb
thinreports-0.7.6 test/unit/test_layout.rb
thinreports-0.7.5 test/unit/test_layout.rb
thinreports-0.7.0 test/unit/test_layout.rb
thinreports-0.6.0.pre3 test/unit/test_layout.rb