Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap a buildpack with hatchet init #123

Merged
merged 1 commit into from
Sep 14, 2020
Merged

Bootstrap a buildpack with hatchet init #123

merged 1 commit into from
Sep 14, 2020

Commits on Sep 9, 2020

  1. Bootstrap a buildpack with hatchet init

    To make adding Hatchet tests to an existing project easier and faster I've created a `$ hatchet init` command.
    
    This will generate:
    
    - Gemfile
    - hatchet.json
    - spec/spec_helper.rb
    - spec/hatchet/buildpack_spec.rb
    - .circleci/config.yml
    - .github/dependabot.yml
    - .gitignore
    
    Then run `bundle install` and `hatchet install`. Once this is done then you can start writing tests using Hatchet.
    schneems committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4ee4db1 View commit details
    Browse the repository at this point in the history