Skip to content

turingschool-examples/m3_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages