To create a new project with rspec, begin from the the project's root directory and install the rspec gem:
gem install rspecCreate a folder in this root directory called spec where we will house all of your test files. cd into this folder and create a file called reverser_spec.rb. Let's write our first test: