Mention JS Runtime dependency in dev dependencies guide [ci skip].

This commit is contained in:
utilum 2016-12-14 16:08:44 +01:00
parent e3e663f1dc
commit 7d62e27dd5
1 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,10 @@ $ cd actionpack
$ bundle exec ruby -Itest path/to/test.rb -n test_name
```
### Railties Setup
Some Railties tests depend on a JavaScript runtime environment, such as having [Node.js](https://nodejs.org/) installed.
### Active Record Setup
Active Record's test suite runs three times: once for SQLite3, once for MySQL, and once for PostgreSQL. We are going to see now how to set up the environment for them.