get guard to run several test on one change by setting up names accordingly

This commit is contained in:
Torsten Ruger
2017-04-12 20:18:41 +03:00
parent 21e426be71
commit 87133722b3
9 changed files with 40 additions and 11 deletions

View File

@ -0,0 +1,3 @@
require_relative "helper"
require_relative "test_local"
require_relative "test_ivar_assignment"

View File

@ -1,7 +1,7 @@
require_relative "helper"
module Vool
class TestAssignemnt < MiniTest::Test
class TestLocalMom < MiniTest::Test
include CompilerHelper
def setup