test/unit/test_layout.rb in thinreports-0.8.2 vs test/unit/test_layout.rb in thinreports-0.9.0

- old
+ new

@@ -5,8 +5,8 @@ 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')) + Thinreports::Layout.new(layout_file.path) end end