This is the scaffolding repository for the Rover Kata implemented at the Elixir UG Cologne on 5th June 2018.
To run all unskipped tests, execute:
mix test
You can now iteratively un-skip tests by removing
@tag :skip
above the test.
Happy coding!
8000