Module: FaaStRuby::SpecHelper
- Includes:
- FaaStRuby, RunnerMethods
- Defined in:
- lib/faastruby/spec_helper.rb
Constant Summary
Constants included from FaaStRuby
CHDIR_MUTEX, CRYSTAL_ENABLED, CRYSTAL_LATEST, CRYSTAL_VERSION, CURRENT_MINOR_RUBY, DEFAULT_CRYSTAL_RUNTIME, DEFAULT_REGION, DEFAULT_RUBY_RUNTIME, DEPLOY_ENVIRONMENT, FAASTRUBY_YAML, FUNCTION_NAME_REGEX, PROJECT_NAME, PROJECT_YAML_FILE, REGIONS, ROOT_DOMAIN, RUBY_ENABLED, RUBY_LATEST, SECRETS_FILE, SERVER_ROOT, SPINNER_FORMAT, STDOUT_MUTEX, SUPPORTED_CRYSTAL, SUPPORTED_RUBY, SUPPORTED_RUNTIMES, SYNC_ENABLED, URL_PROTOCOL, VERSION, WORKSPACE_BASE_HOST, WORKSPACE_NAME, WORKSPACE_NAME_REGEX
Instance Method Summary collapse
Methods included from RunnerMethods
#puts, #redirect_to, #render, #render_nothing, #render_template, #rendered!, #rendered?, #respond_with
Methods included from FaaStRuby
api_host, api_key, api_secret, configure, credentials, crystal_present_and_supported?, get_crystal_version, region, ruby_present_and_supported?, version_match?, workspace_host_for
Instance Method Details
#publish(channel, data: nil) ⇒ Object
33 34 35 |
# File 'lib/faastruby/spec_helper.rb', line 33 def publish(channel, data: nil) true end |