Skip to content

A collection of files and specs for practicing debugging.

Notifications You must be signed in to change notification settings

shjohnson/debugging-excersise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugging Practice

Here is some code that doesn't work! Work out what the cause of the problem is, and write it down (I want you to tell me afterwards). Then fix the code so the problem isn't there any more.

Getting started

Get the gems:

bundle

Run the tests all together with rspec.

It is advised to run the tests for each excercie separately.

rspec spec/rubygems_api_checker

rspec spec/basket

rspec spec/post_tagging

About

A collection of files and specs for practicing debugging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published