Xarango 0.4.0 released Livecoding a FizzBuzz implementation in Elixir

HTTP unit tests using ExVCR

ExVCR is an HTTP request/response recorder for Elixir. It supports rapid test-driven development when accessing external web services.

For an Elixir library I authored, the execution time for the test suite reduced by a factor of ten when using ExVCR’s recorded fixture data. From 44 seconds down to 4 seconds.