features/support/command_helper.rb in onceover-3.22.0 vs features/support/command_helper.rb in onceover-4.0.0

- old
+ new

@@ -1,9 +1,8 @@ require "open3" class Command_Helper - attr_reader(:output, :result) attr_writer(:command, :params, :controlrepo) def initialize @@ -28,7 +27,6 @@ end def to_s return generate_command end - end