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>