README.md in mocktail-1.1.1 vs README.md in mocktail-1.1.2

- old
+ new

@@ -8,10 +8,15 @@ double](https://github.com/testdouble/contributing-tests/wiki/Test-Double) library for Ruby that provides a terse and robust API for creating mocks, getting them in the hands of the code you're testing, stub & verify behavior, and even safely override class methods. +If you'd prefer a voice & video introduction to Mocktail aside from this README, +you might enjoy this ⚡️[Lightning +Talk](https://blog.testdouble.com/talks/2022-05-18-please-mock-me?utm_source=twitter&utm_medium=organic-social&utm_campaign=conf-talk)⚡️ +from RailsConf 2022. + ## An aperitif Before getting into the details, let's demonstrate what Mocktail's API looks like. Suppose you want to test a `Bartender` class: @@ -839,10 +844,10 @@ Searls ## Acknowledgements Mocktail is created & maintained by the software agency [Test -Double](https://twitter.com). If you've ever come across our eponymously-named +Double](https://testdouble.com). If you've ever come across our eponymously-named [testdouble.js](https://github.com/testdouble/testdouble.js/), you might find Mocktail's API to be quite similar. The term "test double" was originally coined by Gerard Meszaros in his book [xUnit Test Patterns](http://xunitpatterns.com/Test%20Double.html).