Sha256: 09d215b8a39b66c12672b64d38717c7b0fb1cdd1175b8dbab111e11d33c9c3c2

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 Bytes

Contents

# Contributing

## Linting
Be sure to run `rubocop -a` before committing code.

## Debugging

1. Install gem: `gem install debug`
2. Require: Add a `require "debug"` statement to the file you want to debug.
3. Add breakpoint: Add a `debugger` statement to the line you want to debug.
4. Modify the `lib/command/test.rb` file to triggger the code that you want to run.
5. Run the test in your test app with a `.controlplane` directory. `cpl test -a my-app-name`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cpl-0.1.0 CONTRIBUTING.md