spec/spec_helper.rb in specinfra-2.0.0.beta35 vs spec/spec_helper.rb in specinfra-2.0.0.beta36

- old
+ new

@@ -11,5 +11,13 @@ CommandResult.new :stdout => nil, :exit_status => 0 end end end end + +module GetCommand + def get_command(method, *args) + Specinfra.command.get(method, *args) + end +end + +include GetCommand