Skip to content

Vawx/test-first-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Ruby Test-First

Setup

  • Install Ruby
    • You will need Ruby, Bundler, and RSpec
    • We recommend using rbenv
    • We officially support Ruby 2.1.2
  • Open a terminal window. (On Mac OS X you can use the Terminal app.)
  • Navigate to the test-first-ruby directory.
  • Install RSpec: bundle install.

Using These Exercises

Each exercise has its own spec file in the spec directory. Open the spec file in your favorite text editor to read the directions (we recommend Atom).

Each exercise will have you modify a corresponding file in the lib directory.

Resources

Here is a broad survey of many resources you may find useful. Don't try to read them all! Just browse around when you feel like learning more about Ruby.

Learning Ruby via Tests (and/or Interactively)

Learning Ruby and Programming

Online Ruby References

Other good resources

Credits

  • Concept by Alex Chaffee
  • Exercises by Alex Chaffee, Sarah Allen, Liah Hansen, Kai Middleton
  • Early quality assurance by Sumiki, Dimitri, Liah, Michael, and Brendan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published