move position module to folder

This commit is contained in:
Torsten Ruger
2018-05-31 19:01:10 +03:00
parent 49849939a1
commit 2544bc5a85
3 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
require_relative "helper"
require_relative "../helper"
module Risc
class TestMachinePositions < MiniTest::Test