Module: Capybara::AsyncRunner::Commands

Defined in:
lib/capybara/async_runner/commands/templates.rb,
lib/capybara/async_runner/commands/responders.rb,
lib/capybara/async_runner/commands/configuration.rb

Overview

Module for confoiguring your commands

Examples:

class SomeCommand < Capybara::AsyncRunner::Command
  self.command_name = 'my_command_name'
  # (use underscores, your can later call them by passing symbols)
  self.file_to_run = 'path/to/your/file'
end

Defined Under Namespace

Modules: Configuration, Responders, Templates