lib/irt/commands/test.rb in irt-1.2.1 vs lib/irt/commands/test.rb in irt-1.2.2
- old
+ new
@@ -43,10 +43,10 @@
puts
end
alias_method :tt, :add_test
def save_as(file_path)
- IRT::Utils.save_as(file_path)
+ IRT.save_as(file_path)
end
alias_method :sa, :save_as
end
end