diff --git a/.projections.json.example b/.projections.json.example
index d80feba862d8f39a8070f8df93c88a70b969f526..dc1b42b917a36ecee0f4eaec253d246871b455a1 100644
--- a/.projections.json.example
+++ b/.projections.json.example
@@ -84,6 +84,10 @@
     "related": "ee/app/workers/ee/{}.rb",
     "type": "source"
   },
+  "app/*.rb": {
+    "alternate": "spec/{}_spec.rb",
+    "type": "source"
+  },
   "spec/*_spec.rb": {
     "alternate": "app/{}.rb",
     "type": "test"