fix positioned tests

thanks to codeclimate
the broken tests were still raising errors, just the wrong ones, but
coverage shoed it!
This commit is contained in:
Torsten Ruger
2017-01-02 00:53:28 +02:00
parent 23c8f54cd5
commit 7602fd0af4
2 changed files with 4 additions and 4 deletions

View File

@ -6,4 +6,4 @@ require_relative "test_compat"
require_relative "test_instructions"
require_relative "test_machine"
require_relative "test_padding"
require_relative "test_positioning"
require_relative "test_positioned"