turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 766 forks source link

Add RSpec without Rails how-to link #54

Closed ap2322 closed 4 years ago

ap2322 commented 5 years ago

The current instructions for running RSpec as linked on the mythical-creatures README applies to running RSpec with Rails, not just Ruby. After sitting down with my mentor on how to attempt the challenge of testing 3 mythical creatures using RSpec, she pointed me to directions on using RSpec without Rails. I forked those instructions and modified them to apply to these exercises as I (a current week 3 Mod 1er) am able to understand them.

josh-works commented 4 years ago

@ap2322 great call with this PR! Thanks!