Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhaines committed Nov 1, 2009
1 parent f7526dc commit 4a830d7
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,17 +1,39 @@
= codebreaker_marker
= Kata repository for Codebreaker Marker

Description goes here.
This is a repository that can be used as a starting point for doing the Codebreaker Marker code that is outlined in the RSpec book (http://pragprog.com/titles/achbd/the-rspec-book).

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.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* 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. Bonus points for topic branches.
(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

Expand Down

0 comments on commit 4a830d7

Please sign in to comment.