We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb8803 commit c8a7bacCopy full SHA for c8a7bac
TESTING.md
@@ -28,20 +28,19 @@ Development
28
-----------
29
1. Clone the git repository from GitHub:
30
31
- $ git clone git@github.com:opscode-cookbooks/COOKBOOK.git
+ $ git clone git@github.com:opscode-cookbooks/COOKBOOK.git
32
33
2. Install the dependencies using bundler:
34
35
- $ bundle install
+ $ bundle install
36
37
3. Create a branch for your changes:
38
39
- $ git checkout -b my_bug_fix
+ $ git checkout -b my_bug_fix
40
41
4. Make any changes
42
5. Write tests to support those changes. It is highly recommended you write both unit and integration tests.
43
6. Run the tests:
44
-
45
- `bundle exec rspec`
46
- `bundle exec foodcritic .`
47
- `bundle exec rubocop`
0 commit comments