Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renderedtext/kata-base
A minimal setup to do a code kata in Ruby with RSpec.
https://github.com/renderedtext/kata-base
Last synced: 27 days ago
JSON representation
A minimal setup to do a code kata in Ruby with RSpec.
- Host: GitHub
- URL: https://github.com/renderedtext/kata-base
- Owner: renderedtext
- Created: 2011-01-19T09:02:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-27T13:57:10.000Z (over 11 years ago)
- Last Synced: 2023-03-11T00:53:43.880Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kata-base
A minimal setup to do a code kata in Ruby with RSpec.
### How to use this
There's a pair of files `spec/kata_spec.rb` and `lib/kata.rb` where you can start writing code.
When adding new files, the only thing to keep in mind is to `require 'filename'` in the corresponding spec.
Run all specs with `bundle exec rspec`.