File: CONTRIBUTING.md

package info (click to toggle)
ruby-will-paginate 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 440 kB
  • sloc: ruby: 2,734; sh: 33; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
How to set up your environment for running tests:

1. Run `script/bootstrap`

   **Note:** on systems without Homebrew, you must ensure that MySQL 5.7, PostgreSQL 12, and MongoDB 4.x Community Edition are up and running.

2. Run `script/test_all`

   This ensures that the Active Record part of the suite is run across `sqlite3`, `mysql`, and `postgres` database adapters.