titusfortner / coding_test

Basic Ruby Coding Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodingTest

A quick way to get a look at someone's approach to coding. Test Driven Development. I give you the tests, and you make them pass.

Instructions

  1. Clone your repository onto your local computer
  2. Implement the code to get the specs passing
  3. Commit your changes
  4. Use git format-patch HEAD to store your commits (use HEAD~ for 2 commits, HEAD~~ for 3, etc)
  5. Email the patch file(s) to the person who pointed you to this project (or me: titusfortner@gmail.com).

License

The gem is available as open source under the terms of the MIT License.

Credit

Data files and exercise idea obtained from from Dave Thomas (@PragDave) at http://codekata.com/

About

Basic Ruby Coding Test

License:MIT License


Languages

Language:Ruby 100.0%