module Minitest::Docker

Constants

VERSION

Attributes

app_dir[W]
default_env[W]
wait_command[RW]

Public Class Methods

app_dir() click to toggle source
# File lib/minitest/docker.rb, line 14
def app_dir
  @app_dir ||= Bundler.root.join('test', 'app')
end
default_env() click to toggle source
# File lib/minitest/docker.rb, line 10
def default_env
  @default_env ||= { 'COMPOSE_PROJECT_NAME' => 'test' }
end