fixing the ruby creation tests

This commit is contained in:
Torsten Ruger
2018-07-19 16:30:36 +03:00
parent f728725b1a
commit 77be0d3f73
16 changed files with 28 additions and 40 deletions

View File

@ -1,7 +1,7 @@
require_relative "helper"
module Ruby
class TestEmptyClassStatementX < MiniTest::Test
class TestEmptyClassStatement < MiniTest::Test
include RubyTests
def setup
@ -26,7 +26,7 @@ module Ruby
end
end
class TestBasicClassStatementX < MiniTest::Test
class TestBasicClassStatement < MiniTest::Test
include ScopeHelper
include RubyTests