renamed root test classes to avoid clash, 489 tests

This commit is contained in:
Torsten Ruger
2014-06-26 13:43:50 +03:00
parent ab17200ffc
commit 3a56ae1a8d
12 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
require_relative "../parser_helper"
class TestCompound < MiniTest::Test
class RootTestCompound < MiniTest::Test
# include the magic (setup and parse -> test method translation), see there
include ParserHelper