Skip to content

Commit c8a7bac

Browse files
author
Seth Vargo
committed
Update TESTING.md formatting [ci skip]
1 parent 9cb8803 commit c8a7bac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

TESTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,19 @@ Development
2828
-----------
2929
1. Clone the git repository from GitHub:
3030

31-
$ git clone git@github.com:opscode-cookbooks/COOKBOOK.git
31+
$ git clone git@github.com:opscode-cookbooks/COOKBOOK.git
3232

3333
2. Install the dependencies using bundler:
3434

35-
$ bundle install
35+
$ bundle install
3636

3737
3. Create a branch for your changes:
3838

39-
$ git checkout -b my_bug_fix
39+
$ git checkout -b my_bug_fix
4040

4141
4. Make any changes
4242
5. Write tests to support those changes. It is highly recommended you write both unit and integration tests.
4343
6. Run the tests:
44-
4544
- `bundle exec rspec`
4645
- `bundle exec foodcritic .`
4746
- `bundle exec rubocop`

0 commit comments

Comments
 (0)