Skip to content

Commit d741fa3

Browse files
committed
Add test details to README
1 parent 929cd6e commit d741fa3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ Use the dev command to run the application. This will use Foreman to start the r
7979
$ bin/dev
8080
```
8181

82+
#### Running tests
83+
84+
```
85+
$ bundle exec rspec
86+
```
87+
88+
8289
## Admin
8390
The admin area is accessed via the path '/admin'.
8491
In production this is restricted to a set of allowed IP addresses which are stored in a secret in a semicolon delimited list.

0 commit comments

Comments
 (0)