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

@ -18,7 +18,7 @@ module Ruby
assert_equal 5 , @lst.value.arguments.first.value
end
end
class TestLocalOpAssignX < MiniTest::Test
class TestLocalOpAssign < MiniTest::Test
include OpAss
include RubyTests
def setup
@ -28,7 +28,7 @@ module Ruby
assert_equal LocalAssignment , @lst.class
end
end
class TestIvarOpAssignX < MiniTest::Test
class TestIvarOpAssign < MiniTest::Test
include OpAss
include RubyTests
def setup