Contributing
May 28, 2025 ยท View on GitHub
Run the unit tests
BUNDLE_GEMFILE=cf.Gemfile bundle installBUNDLE_GEMFILE=cf.Gemfile bundle exec rake spec
Run the full test suite (unit and integration)
BUNDLE_GEMFILE=cf.Gemfile bundle installBUNDLE_GEMFILE=cf.Gemfile buildpack-build
Comply with formatting and style
BUNDLE_GEMFILE=cf.Gemfile bundle exec rubocop -a
Pull Requests
- Fork the project
- Submit a pull request to the
masterbranch
Please include integration tests (in cf_spec/integration) and corresponding fixtures (in cf_spec/fixtures) where necessary to cover any functionality that is introduced.