A little browser based BDD Dojo app with exercises aimed at teaching how to write specs.
This project is aimed at reducing the barrier to entry of learning how to write tests.
Check it out: https://coder.heroku.com/
$ git clone git:https://github.com/akiellor/coder
$ cd coder
$ bundle
$ rackup
Navigate to https://localhost:9292/ in your browser.
Basics are there:
- Load/Edit/Run Specs
- Lessons loaded from lessons dir.
Needs:
- More content.
- Perhaps a vt100 code parse to get colored output (nice to have).
The most important part of this project is the content, I welcome pull requests with any content (include attribution).
- TDD Problems - https://sites.google.com/site/tddproblems/
- Project Euler - https://projecteuler.net/