Testing Elixir: use `setup` instead of `setup_all` in code example (page 16)

The code on page 16 of beta 6 uses setup_all but I believe this should be setup. The code in response_parser_test.bak.exs uses setup and the use of setup_all throws an error.

3 Likes