Skip to content
代码片段 群组 项目
未验证 提交 902732b7 编辑于 作者: Rutger Wessels's avatar Rutger Wessels 提交者: GitLab
浏览文件

Fix false rspec pending warning

上级 b9644c88
No related branches found
No related tags found
无相关合并请求
...@@ -20,8 +20,8 @@ def full_path(path) ...@@ -20,8 +20,8 @@ def full_path(path)
end end
end end
included do included do |base|
spec_file = Pathname.new(example.metadata[:example_group][:file_path]).realpath.to_s spec_file = base.metadata[:absolute_file_path]
if spec_file.in?(DisableNamespaceOrganizationValidationHelper.todo_list) if spec_file.in?(DisableNamespaceOrganizationValidationHelper.todo_list)
around do |example| around do |example|
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册