We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c42bd commit 9bcd653Copy full SHA for 9bcd653
CONTRIBUTING.md
@@ -33,13 +33,7 @@ git checkout -b my-feature-branch
33
34
#### Bundle Install and Test
35
36
-Ensure that you can build the project and run tests.
37
-
38
-```
39
-bundle install
40
-appraisal install
41
-appraisal rake test
42
+Ensure that you can build the project and run tests using `bin/test`.
43
44
#### Write Tests
45
bin/test
@@ -0,0 +1,6 @@
1
+#!/bin/env bash
2
+set -e
3
+
4
+bundle install
5
+appraisal install
6
+appraisal rake test
0 commit comments