test/helpers/test_text.rb in nanoc-4.0.0b2 vs test/helpers/test_text.rb in nanoc-4.0.0b3

- old
+ new

@@ -1,6 +1,4 @@ -# encoding: utf-8 - 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))