Speciny - A Tiny RSpec clone
I just released Speciny a tiny rspec clone as part of my learning ruby adventure. I started using RSpec for testing and i wanted to better understand how it works and how DSLs work in general so i made this tiny clone.
If you are learning ruby give it a go and read the source code. There’s nothing really advanced in the code so it should be easy to understand.
Last and not least, any improvements and suggestions are welcome.
Comments
Sorry posted a broken link. This link should work: https://github.com/kyriacos/speciny
Post a comment