# File lib/vlad_test_case.rb, line 33
  def system *command
    @commands << command
    self.action ? self.action[command.join(' ')] : true
  end