require File.expand_path(File.dirname(__FILE__) + '/spec_helper') module Owasp module Esapi describe Executor do it "execute a command and get output" end end end