Skip to content
forked from LNA/PassRuby

I Made These: Exercises in TDD, Data Structures, and Refactoring. For Beginners.

Notifications You must be signed in to change notification settings

LimeBlast/PassRuby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassRuby

I made this for my newbie friends. I want to help them learn test driven development and Ruby.

  1. Clone the repo.

  2. cd into the repository (cd PassRuby/)

  3. Install the gem dependencies (bundle install)

  4. Start up guard (guard)

  5. Once you are inside of guard, running rspec will start with the first test and work your way through each exercise. If you'd rather focus on a specific section, such as the refactoring exercises, do not use guard. Instead, try

    rspec/spec/refactor

  6. Write code in the lib directory to make each failing spec pass

Send a pull request if you'd like to contribute! And Feedback is always welcome.

About

I Made These: Exercises in TDD, Data Structures, and Refactoring. For Beginners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%