This is a collection of test utilities, and is likely of no interest to anyone not developing CI::Reporter.
- Fork it ( https://github.com/ci-reporter/ci_reporter_test_utils/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Add a failing test.
- Commit your changes (
git commit -am 'Add some feature'
) - Ensure tests pass.
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request