Created
October 14, 2017 01:36
-
-
Save valeriecodes/01696c55a955965c804c9ee6f3bdba73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Testing Session | |
* _Practical Object-Oriented Design in Ruby_ by Sandi Metz (http://www.poodr.com/) | |
* "The Magic Tricks of Testing" talk (https://www.youtube.com/watch?v=URSWYvyc42M) | |
* _The Cucumber Book_ by Matt Wynne and Aslak Hellesøy (https://pragprog.com/book/hwcuc/the-cucumber-book) | |
* _Working Effectively with Legacy Code_ by Michael Feathers (https://www.amazon.com/Working-Effectively-Legacy-Michael-Feathers/dp/0131177052) | |
Gems: | |
* Factory Girl (https://github.com/thoughtbot/factory_girl) | |
* Faker (https://github.com/stympy/faker) | |
* Scientist (https://github.com/github/scientist) | |
* Suture (https://github.com/testdouble/suture) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment