public
Description: Kata for converting number to led: RubyQuiz #14
Homepage:
Clone URL: git://github.com/coreyhaines/kata-number-to-led.git
Click here to lend your support to: kata-number-to-led and make a donation at www.pledgie.com !
name age message
file .document Sun Oct 04 09:25:54 -0700 2009 Initial commit to number_to_lcd. [coreyhaines]
file .gitignore Sun Oct 04 09:25:54 -0700 2009 Initial commit to number_to_lcd. [coreyhaines]
file LICENSE Sun Oct 04 09:25:54 -0700 2009 Initial commit to number_to_lcd. [coreyhaines]
file README.rdoc Sun Oct 04 12:46:32 -0700 2009 change branch name [coreyhaines]
file Rakefile Sun Oct 04 09:25:54 -0700 2009 Initial commit to number_to_lcd. [coreyhaines]
directory features/ Sun Oct 04 14:47:29 -0700 2009 swapping underscores for dashes [coreyhaines]
directory lib/ Sun Oct 04 11:10:03 -0700 2009 cucumber failing for no conversion [coreyhaines]
directory spec/ Sun Oct 04 11:10:03 -0700 2009 cucumber failing for no conversion [coreyhaines]
README.rdoc

Kata repository for Number To LCD

This is a repository that can be used as a starting point for doing the Number To LCD code kata. It is based on Ruby Quiz #14 (rubyquiz.com/quiz14.html).

There are 4 main branches:

  • master This is a set of cucumber features
  • spec_list This is a list of pending rspec examples
  • specs This is a list of implemented rspec examples
  • reference_implementation This is a reference implementation of the algorithm.

How to use this

Please fork this repository and work on this kata as a way to practice. There are 3 different ways that I recommend using this repository:

  • Writing implementation code Create a branch based on the existing ‘specs’ branch, add your own implementation for the given specs.
  • Writing examples Create a branch based on the existing ‘spec_list’ branch, add your own examples for the given descriptions.
  • Writing example descriptions Create a branch based on the existing ‘master’ branch, add your own examples for the given cucumber scenarios.

Note on Patches/Pull Requests

If you notice anything wrong, please follow the instructions below to contribute your ideas / fixes:

  • Fork the project.
  • Make your feature addition or bug fix.
  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request.

Copyright

Copyright © 2009 Corey Haines. See LICENSE for details.