Skip to content

Commit df06353

Browse files
committed
Merge pull request #43 from coffeejunk/fix_contributing
Fix run tests commands in CONTRIBUTING.md
2 parents e25b993 + 8177e86 commit df06353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
1. Fork it
44
2. Create your feature branch (`git checkout -b my-new-feature`)
55
3. Commit your changes and tests (`git commit -am 'Add some feature'`)
6-
4. Run the tests (`PAGINATOR=Kaminari bundle exec rspec; PAGINATOR=WillPaginate bundle exec rspec`)
6+
4. Run the tests (`PAGINATOR=kaminari bundle exec rspec; PAGINATOR=will_paginate bundle exec rspec`)
77
5. Push to the branch (`git push origin my-new-feature`)
88
6. Create a new Pull Request

0 commit comments

Comments
 (0)