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