码迷,mamicode.com
首页 > 其他好文 > 详细

ERB预处理ruby代码

时间:2016-03-29 21:03:38      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

cucumber.yml 文件可以用erb预处理,这样允许你在cucumber.yml文件中使用ruby代码生成值。所以如果你有几个配置要用相同值时,你可以这样写

# config/cucumber.yml
##YAML Template
---
<% common = "--tags ~@wip --strict" %>
default: <%= common %> features  
html_report: <%= common %> --format html --out=features_report.html features  

  

ERB预处理ruby代码

标签:

原文地址:http://www.cnblogs.com/timsheng/p/5334219.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!