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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ This playbook installs [authentication-extension](https://github.com/neo4j-contr
24
24
25
25
This playbook uses `upstart` to restart neo4j automatically whenever the server is restarted.
26
26
27
+
## Testing
28
+
29
+
Please test any changes to the playbook using serverspec. To run the tests, run `bundle install` and `bundle exec rake spec`. Check out the `spec/` folder for examples.
30
+
27
31
## Licence
28
32
29
-
The Ansible playbooks are licenced under MIT as described in `LICENCE.md`. neo4j is licenced under GPLv3 as described in [its README](https://github.com/neo4j/neo4j#licensing).
33
+
The Ansible playbooks are licenced under MIT as described in `LICENCE.md`. neo4j is licenced under GPLv3 as described in [its README](https://github.com/neo4j/neo4j#licensing).
0 commit comments