A collection of exercises designed to provide an opportunity to practice skills without needing to spin up an entirely new Rails app.
-
Clone this repo
git clone https://github.com/turingschool-examples/m3_exercises.git
-
Navigate to the api_consumption directory.
cd api_consumption
-
Run
bundle
-
Run
bundle exec rspec
You should see 3 errors. It is recommended that you focus one file at a time. To run a single file use the following command: bundle exec rspec spec/file_name_here
. Use the errors and failures to drive your development.