Merge pull request #52 from wambat/master
Readme fix on start-with-states
This commit is contained in:
commit
bd2ba3ac6d
1 changed files with 2 additions and 2 deletions
|
|
@ -384,7 +384,7 @@ When running tests it would be great _not_ to send the real text messages, but r
|
||||||
The `start-with-states` function takes other states as substitues:
|
The `start-with-states` function takes other states as substitues:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
(mount/start-with {#'app.neo/db #'app.test/test-db
|
(mount/start-with-states {#'app.neo/db #'app.test/test-db
|
||||||
#'app.neo/publisher #'app.test/test-publisher})
|
#'app.neo/publisher #'app.test/test-publisher})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue