Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 595 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 595 Bytes

Mod 3 Exercises

A collection of exercises designed to provide an opportunity to practice skills without needing to spin up an entirely new Rails app.

Set Up

  1. Clone this repo git clone https://github.com/turingschool-examples/m3_exercises.git

  2. Navigate to the api_consumption directory.

cd api_consumption

  1. Run bundle

  2. 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.