class PkgForge::DSL::Test

Add test methods to Test DSL

Public Instance Methods

run(cmd, env = {}) click to toggle source
# File lib/pkgforge/components/test.rb, line 80
def run(cmd, env = {})
  @forge.test_run(cmd, env)
end