Skip to content

Commit 0c6efb6

Browse files
committed
Merge pull request #460 from justin808/justin808-contributing
Update CONTRIBUTING.md
2 parents 15515b2 + 6f6c1e7 commit 0c6efb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ git checkout -b my-feature-branch
2727

2828
#### Bundle Install and Test
2929

30-
Ensure that you can build the project and run tests. Run rake test first, and then run the web tests. Visit [[http://localhost:4567]] in your browser. Click the version links at the top right of the page to run the test suite with the different supported versions of jQuery.
30+
Ensure that you can build the project and run tests. Run `rake test:server` first, and then run the web tests by visiting [[http://localhost:4567]] in your browser. Click the version links at the top right of the page to run the test suite with the different supported versions of jQuery.
3131

3232
```
3333
bundle install
34-
rake test
35-
ruby test/server.rb
34+
rake test:server
3635
```
3736

3837
#### Write Tests

0 commit comments

Comments
 (0)