Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carpodaster/crashtest-rb

Ruby code used for my Test Driven Learning blog series
https://github.com/carpodaster/crashtest-rb

Last synced: about 2 months ago
JSON representation

Ruby code used for my Test Driven Learning blog series

Awesome Lists containing this project

README

        

# Crashtest-RB

A crash course to learn the basics of Ruby and _not_ learning how
to test it at some vague point in time later.

This repo contains the code from my blog series that aims to introduce
people to Ruby (or programming in general) using tests.

1. [Intro and Motivation](https://aegisnet.de/2013/08/27/learning-ruby-with-tests-introduction.html)
2. [Part 1](https://aegisnet.de/2013/09/02/learning-ruby-with-tests-part-1.html)
2. [Part 2](https://aegisnet.de/2013/10/06/learning-ruby-with-tests-part-2.html)

© 2013 Carsten Zimmermann - Licensed under the MIT License