BUNDLE_GEMFILE=cf.Gemfile bundle install
BUNDLE_GEMFILE=cf.Gemfile bundle exec rake spec
BUNDLE_GEMFILE=cf.Gemfile bundle install
BUNDLE_GEMFILE=cf.Gemfile buildpack-build
BUNDLE_GEMFILE=cf.Gemfile bundle exec rubocop -a
- Fork the project
- Submit a pull request to the
develop
branch
Please include integration tests (in cf_spec/integration
) and corresponding fixtures (in cf_spec/fixtures
) where necessary to cover any functionality that is introduced.