You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ Please contribute some documentation if you have the gumption! The maintainer's
273
273
3. Commit your changes (`git commit -am ‘Added some feature’`)
274
274
4. Push to the branch (`git push origin my-new-feature`)
275
275
5. Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.
276
-
- NOTE: In order to run *all* the tests you will need to have the following databases installedand configured.
276
+
- NOTE: In order to run *all* the tests you will need to have the following databases installed, configured, and running.
277
277
1.[RethinkDB](https://rethinkdb.com), an open source, real-time, web database, [installed](https://rethinkdb.com/docs/install/) and [running](https://rethinkdb.com/docs/start-a-server/), e.g.
278
278
```bash
279
279
brew install rethinkdb
@@ -283,15 +283,29 @@ Please contribute some documentation if you have the gumption! The maintainer's
0 commit comments