We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7ae77f + 2e9e78c commit 3a339bcCopy full SHA for 3a339bc
CONTRIBUTING.md
@@ -3,6 +3,6 @@
3
1. Fork it
4
2. Create your feature branch (`git checkout -b my-new-feature`)
5
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`)
+4. Run the tests (`PAGINATOR=kaminari bundle exec rspec; PAGINATOR=will_paginate bundle exec rspec`)
7
5. Push to the branch (`git push origin my-new-feature`)
8
6. Create a new Pull Request
0 commit comments