/ruby-tdd-workshop

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

Primary LanguageRuby

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>