发布于 2016-05-08 00:30:52 | 178 次阅读 | 评论: 0 | 来源: 网友投递
Riot Ruby测试框架
Riot 是一个新的Ruby测试框架,作者是Justin Knowlden。它的主要目的是提高测试的效率。Justin对Riot与Test::Unit进行了比较,测试结果显示Riot比Test::Unit的测试速度快一倍多。
Riot v2.4.0 发布了,
改进记录如下:
riot
Fix Chrome Content Security Policy issues riot#1076, special riot build are provided to solve this problem (riot.csp)
Fix multiple global mixin riot#1699 - thanks to @wintercounter
Add better support for the svg tags riot#1199
observable
Now 30% faster [observable#18]https://github.com/riot/observable/pull/18 - thanks to @Ke-
Add events namespace support observable#15 - thanks again to @Ke-
cli
Add the --new option to easily create new riot components
Fix symlinks issues thanks to the shelljs@0.7.0 upgrade cli#14
compiler
Add the pug parser, jade will be deprecated in the next riot major release
Add the possibility to pass custom parsers options directly via the compiler.compile method through the parserOptions: {js: {}, template: {}, style: {}} key compiler#64
Fix un-escape parser options in html compiler#63
下载地址: