Skip to content

Commit

Permalink
updated readme about new repl usage
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Jun 5, 2019
1 parent d3a138d commit ccc2e4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,19 @@ Run Tests with a `:focus` metadata marker (selector):

```
(require 'fulcro-spec.reporters.repl)
(in-ns '~file-namespace) ; if using in an IntelliJ REPL Command
(fulcro-spec.reporters.repl/run-tests #(:focus (meta %)))
```

Run all tests:

```
(require 'fulcro-spec.reporters.repl)
(in-ns '~file-namespace) ; if using in an IntelliJ REPL Command
(fulcro-spec.reporters.repl/run-tests)
```

Be sure to check "Before Executing" to Load File, and be sure you've done `in-ns` on the namespace you want to test.
NOTE: Be sure to check "Before Executing" -> "Load File" on the REPL command.

== Usage

Expand Down

0 comments on commit ccc2e4a

Please sign in to comment.