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