EMielke76 / scope_exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scope Exercise

The painter_spec.rb file contains tests that may or may not have some scope issues. Some will throw errors, some will fail, and some may run without failure. For each test:

  1. Clone this repo down locally
  2. Read the test and relevant files in the lib directory
  3. Try to predict what output the test will produce
  4. Unskip the test and run the test file
  5. See if the output was what you expected
  6. Add the skip back into the test so that you only see output from one test at a time.

About


Languages

Language:Ruby 100.0%