test/base/test_item.rb in nanoc-4.4.5 vs test/base/test_item.rb in nanoc-4.4.6

- old
+ new

@@ -1,4 +1,6 @@ +require 'helper' + class Nanoc::Int::ItemTest < Nanoc::TestCase def test_initialize_with_attributes_with_string_keys item = Nanoc::Int::Item.new('foo', { 'abc' => 'xyz' }, '/foo/') assert_equal nil, item.attributes['abc']