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

Adds APIs and their specs to projectionist example file

Changelog: added
上级 32613a4b
No related branches found
No related tags found
无相关合并请求
......@@ -15,6 +15,14 @@
"alternate": "lib/{}.rb",
"type": "test"
},
"lib/api/*.rb": {
"alternate": "spec/requests/api/{}_spec.rb",
"type": "source"
},
"spec/requests/api/*_spec.rb": {
"alternate": "lib/api/{}.rb",
"type": "test"
},
"ee/app/*.rb": {
"alternate": "ee/spec/{}_spec.rb",
"type": "source"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册