Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.