what should you do in you terminal before running an rspec file?
bundle install
how do you run a rspec file on your terminal?
bundle exec rspec
what does [describe] do?
names the method being tested
what does [it] do?
expresses the expected behavior of the method being tested
what does [expect] do?
shows how that behavior is tested