method
step
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::ContinuousIntegration
step(title, *command)public
Declare a step with a title and a command. The command can either be given as a single string or as multiple strings that will be passed to `system` as individual arguments (and therefore correctly escaped for paths etc).
Examples:
step "Setup", "bin/setup" step "Single test", "bin/rails", "test", "--name", "test_that_is_one"