Sha256: 962bc558bd6bce6d6da5ef4b0fcc8fbc50262c80f20136c3e7542023502f7823
Contents?: true
Size: 320 Bytes
Versions: 40
Compression:
Stored size: 320 Bytes
Contents
module Minke module Tasks class Test < Task def run args = nil puts "## Test application" run_with_block do @generator_settings.build_settings.build_commands.test.each do |command| run_command_in_container command end end end end end end
Version data entries
40 entries across 40 versions & 1 rubygems