test/helpers/test_text.rb in nanoc-3.6.1 vs test/helpers/test_text.rb in nanoc-3.6.2

- old
+ new

@@ -1,9 +1,7 @@ # encoding: utf-8 -class Nanoc::Helpers::TextTest < MiniTest::Unit::TestCase - - include Nanoc::TestHelpers +class Nanoc::Helpers::TextTest < Nanoc::TestCase include Nanoc::Helpers::Text def test_excerpt_length assert_equal('...', excerptize('Foo bar baz quux meow woof', :length => 3))