Module: Superbot

Defined in:
lib/superbot.rb,
lib/superbot/cli.rb,
lib/superbot/web.rb,
lib/superbot/project.rb,
lib/superbot/version.rb,
lib/superbot/capybara/runner.rb,
lib/superbot/cli/new_command.rb,
lib/superbot/cli/run_command.rb,
lib/superbot/cli/validations.rb,
lib/superbot/capybara/convert.rb,
lib/superbot/cli/root_command.rb,
lib/superbot/cli/version_command.rb

Defined Under Namespace

Modules: CLI, Capybara, Validations Classes: Project, Web

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.test_run?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/superbot.rb', line 4

def self.test_run?
  ENV["SUPERBOT_TEST_RUN"] == "true"
end