Base repository for B2 Final Assessment.
This repository requires and has rbeen tested on Ruby v2.5.3 and is based on Rails 5.1.7.
RSpec, SimpleCov, and Shoulda-Matchers have been installed and set up.
- fork this repo
- clone your fork
git clone <paste_repo>
cd final_b2_2005
bundle install
When you run bundle exec rspec
you should have 0 tests.