Skip to content

Commit

Permalink
add projections to request specs
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Sep 13, 2024
1 parent 4ad68a6 commit 916e946
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .projections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"app/controllers/*_controller.rb": {
"alternate": "spec/requests/{}_spec.rb"
},
"spec/requests/*_spec.rb": {
"alternate": "app/controllers/{}_controller.rb"
}
}

0 comments on commit 916e946

Please sign in to comment.