Skip to content

Commit 3a339bc

Browse files
committed
Merge pull request #27 from marlonandrade/adjusting-contributing
Adjusting the step to run the specs with each paginator
2 parents f7ae77f + 2e9e78c commit 3a339bc

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 (`KAMINARI=true bundle exec rspec; WILL_PAGINATE=true 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)