tracks/elixir/exercises/poker/README.md in trackler-2.2.1.91 vs tracks/elixir/exercises/poker/README.md in trackler-2.2.1.92
- old
+ new
@@ -8,13 +8,11 @@
## Running tests
Execute the tests with:
```bash
-$ elixir bob_test.exs
+$ elixir poker_test.exs
```
-
-(Replace `bob_test.exs` with the name of the test file.)
### Pending tests
In the test suites, all but the first test have been skipped.