juniorschmitz / ruby-tdd-workshop

Simple examples for learning Ruby in a fun way applying TDD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby TDD Workshop

Workshop created to guide the first steps of the engineers around the Ruby language, including unit tests using TDD.

For running the stand-alone files, you should run the following command:

ruby <name_of_the_file>.rb

For running the RSpec tests, you should run the following command:

rspec <path_to_the_file>

About

Simple examples for learning Ruby in a fun way applying TDD.


Languages

Language:Ruby 100.0%