test/base/test_layout.rb in nanoc-4.4.5 vs test/base/test_layout.rb in nanoc-4.4.6
- old
+ new
@@ -1,4 +1,6 @@
+require 'helper'
+
class Nanoc::Int::LayoutTest < Nanoc::TestCase
def test_initialize
# Make sure attributes are cleaned
layout = Nanoc::Int::Layout.new('content', { 'foo' => 'bar' }, '/foo')
assert_equal({ foo: 'bar' }, layout.attributes)