test/parser/test-wiki.rb in rabbit-2.2.1 vs test/parser/test-wiki.rb in rabbit-3.0.0

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (C) 2015 Kouhei Sutou <kou@cozmixng.org> +# Copyright (C) 2015-2019 Kouhei Sutou <kou@cozmixng.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. @@ -12,19 +12,17 @@ # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -require "rabbit-test-utils" - require "rabbit/logger" require "rabbit/slide" require "rabbit/source/memory" require "rabbit/parser/wiki" class RabbitParserWikiTest < Test::Unit::TestCase - include RabbitTestUtils::Fixture - include RabbitTestUtils::Parser + include Helper::Fixture + include Helper::Parser private def parse(wiki_text) super(Rabbit::Parser::Wiki, wiki_text) end