Skip to content

Commit dcfc9c9

Browse files
author
Paulo Mateus Moura da Silva
committed
Add pagy test in Contributing guidelines
1 parent a923116 commit dcfc9c9

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=will_paginate bundle exec rspec`)
6+
4. Run the tests (`PAGINATOR=pagy bundle exec rspec; 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)