Method: CIAT::Subtest#execute

Defined in:
lib/ciat/subtest.rb

#executeObject



31
32
33
34
35
36
37
# File 'lib/ciat/subtest.rb', line 31

def execute
  RakeFileUtils.verbose(false) do
    sh(command_line) do |ok, result|
      return happy_path? == ok
    end
  end
end