tests for mom check instructions
This commit is contained in:
@ -13,7 +13,6 @@ module Mom
|
||||
|
||||
def initialize(left, right , label)
|
||||
super(label)
|
||||
raise right.to_s if right.to_s.include?("arguments")
|
||||
@left , @right = left , right
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user