#Quick Steps for Testing Ruby ####If you always where a condom, or just don't care about getting tested, skip this section to begin the rails basics section. #YOLO. Obviously, testing is pretty important and shit, so here is a quick breakdown of how to set up the RSPEC testing suite and a link to some resources for formulating reasonable tests.
$ gem install rspec
The next several steps will create a ruby script in the terminal, initialize rspec, and open in sublime.
$ mkdir test_directory
$ cd test_directory