Skip to content

Commit

Permalink
Add test binstub
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 15, 2024
1 parent 99c42bd commit 9bcd653
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ git checkout -b my-feature-branch

#### Bundle Install and Test

Ensure that you can build the project and run tests.

```
bundle install
appraisal install
appraisal rake test
```
Ensure that you can build the project and run tests using `bin/test`.

#### Write Tests

Expand Down
6 changes: 6 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/env bash
set -e

bundle install
appraisal install
appraisal rake test

0 comments on commit 9bcd653

Please sign in to comment.