get guard to run several test on one change by setting up names accordingly
This commit is contained in:
3
test/vool/to_mom/test_all.rb
Normal file
3
test/vool/to_mom/test_all.rb
Normal file
@ -0,0 +1,3 @@
|
||||
require_relative "helper"
|
||||
require_relative "test_local"
|
||||
require_relative "test_ivar_assignment"
|
@ -1,7 +1,7 @@
|
||||
require_relative "helper"
|
||||
|
||||
module Vool
|
||||
class TestAssignemnt < MiniTest::Test
|
||||
class TestLocalMom < MiniTest::Test
|
||||
include CompilerHelper
|
||||
|
||||
def setup
|
Reference in New Issue
Block a user