bit of test refactoring
This commit is contained in:
11
test/risc/position/helper.rb
Normal file
11
test/risc/position/helper.rb
Normal file
@ -0,0 +1,11 @@
|
||||
require_relative "../helper"
|
||||
|
||||
module Risc
|
||||
module Position
|
||||
class Dummy
|
||||
def padded_length
|
||||
4
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user