Skip to content
代码片段 群组 项目
未验证 提交 05f774d3 编辑于 作者: Peter Leitzen's avatar Peter Leitzen
浏览文件

Allow some lib spec to use `fast_spec_helper`

The script to check this was:

  for file in "$@"
  do
    echo "Trying $file"
    sed -i "s/^require .spec_helper./require 'fast_spec_helper'/" "$file"
    bin/rspec --order defined --format progress "$file" || git co "$file"
  done

Note, some order dependent specs were excluded.

Verified via:

  while :; do parallel_rspec $(git diff HEAD~ --name-only | xargs) || break; done
上级 a597018d
No related branches found
No related tags found
加载中
显示
20 个添加20 个删除
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册