We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929cd6e commit d741fa3Copy full SHA for d741fa3
README.md
@@ -79,6 +79,13 @@ Use the dev command to run the application. This will use Foreman to start the r
79
$ bin/dev
80
```
81
82
+#### Running tests
83
+
84
+```
85
+$ bundle exec rspec
86
87
88
89
## Admin
90
The admin area is accessed via the path '/admin'.
91
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