truffaut / red_green_refactor

Test harness for interview candidates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

red_green_refactor

Test harness for interview candidates.

Instructions

  • Clone this repo
  • Write enough code to get only the first spec to pass. Run just one spec with:
    • rspec spec/square_spec.rb:14
  • Commit your working code
  • Write enough code to get just the first two specs to pass.
    • rspec spec/square_spec.rb:14 spec/square_spec.rb:28
  • Commit. Repeat. Push to github.
  • Send us a link to your github repository.

About

Test harness for interview candidates

License:MIT License


Languages

Language:Ruby 100.0%