Skip to content

zudochkin/wonderland-ruby-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wonderland-ruby-katas

Alice and the tiny door

“Curiouser and curiouser!” -- ― Lewis Carroll, Alice in Wonderland

How to Do the Katas

First, clone or fork this repo. Each of the katas are in their own directory. You cd into the project and run rake spec to show the failing tests, then complete the code to make the tests pass. Each project has the instructions in its own README.md file.

If you don't have Rspec installed yet. gem i rspec.

For example, to get started on the alphabet-cipher kata first.

  1. Clone or Fork this repo
  2. cd alphabet_cipher
  3. run rake spec
  4. Check out the alphabet cipher instructions in the README.md.
  5. Add the code in the source files to make the tests pass.

License

Copyright © 2014 Carin Meier

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Ruby Katas inspired by Alice in Wonderland

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages