always list of methods in class

improve vool test dirs
This commit is contained in:
Torsten Ruger
2018-06-30 10:08:18 +03:00
parent 46d8f5002f
commit 4a7cc72732
21 changed files with 7 additions and 10 deletions

View File

@ -11,7 +11,7 @@ module Vool
@ins = compile_first_method( send_method )
end
def test_compiles_not_array
def test_first_not_array
assert Array != @ins.class , @ins
end
def test_class_compiles

View File

@ -1 +0,0 @@
require_relative "../helper"