class TinyCI::Testers::ScriptTester

Public Instance Methods

test() click to toggle source
# File lib/tinyci/testers/script_tester.rb, line 8
def test
  execute_stream(command, label: 'test', pwd: @config[:export])
end