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
@@ -71,7 +71,7 @@ Take a look at the `reek` list which is the file called `REEK` and find somethin
71
71
72
72
To refresh the `reek` list:
73
73
74
-
```bash
74
+
```console
75
75
bundle exec reek > REEK
76
76
```
77
77
@@ -80,18 +80,18 @@ bundle exec reek > REEK
80
80
NOTE: To run *all* tests have the following databases installed, configured, and running.
81
81
82
82
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.
0 commit comments