ruby186

Results 3 issues of ruby186

1.1.1 Ruby 简介 第一个“面向大众”发布的版本在95年12月;但是诞生的第一个版本发布稍早: ``` c #define RUBY_VERSION "0.49" #define VERSION_DATE "18 Jul 94" /************************************************ version.c - $Author: matz $ $Revision: 1.1.1.1 $ $Date: 1994/06/17 14:23:51 $ created at: Thu...

Can we have buitin output to render junit xml style or html report? It will have jenkins to integrate them.

please add val selector support, thanks ``` ruby user = { :id => 1, :name => 'admin' } JSONSelect(".name:val(\"admin\") ~ .id").match user ``` A jQuery ":has(x:contains('text here'))" is very useful.