I’m pleased to announce that we have just released the first gem from our sources extraction. Most “modules” that make up zena will be transformed into their own gems.
So what is this first gem about ?
It just helps you write tests using yaml files. A typical test defined using “yamltest” looks like this:
show_param: context: d: 'hello ladies' src: "<i do='show' param='d'/>" tem: "<i><%= params[:d] %></i>" res: "<i>hello ladies</i>"
This sample tests zafu tag show.
To install the gem: sudo gem install yamltest.
For more information: see README on github.
Gaspard Bucher
comments