Ruby Practice Practicum

Fill in the code in RubyPractice.rb and UnitTestRubyPractice.rb and fill out the activity journal. You will not have to do a journal on the actual practicum.

In this practice practicum you are implementing additional unit tests to refresh your grasp of unit testing in Ruby. In the actual practicum you will not be asked to write any unit tests. That practicum will have a complete set of unit tests.

Setup

Download  RubyPractice.zip.

Run the unit tests by running UnitTestRubyPractice.rb in Ruby. Implement the code in RubyPractice.rb and add additional tests in UnitTestRubyPractice.rb.

Note that the solution files are included in the zip file. I recommend that you only look at the solutions after you have spent some time attempting your own solutions.

Activity Journal

I recommend that you fill out the Activity_Journal_RubyPractice.txt as a way to do a self assessment of your readiness for the actual practicum.

Submission

If you choose to submit your code store your completed RubyPractice.rb, UnitTestRubyPractice.rb, and Activity_Journal_RubyPractice.txt files in a directory named RubyPractice at the top level of your git repo. You are not required to submit this practice practicum.