diff --git a/Testing-and-Rspec-Tips.md b/Testing-and-Rspec-Tips.md
index b14e68e..abdf2f9 100644
--- a/Testing-and-Rspec-Tips.md
+++ b/Testing-and-Rspec-Tips.md
@@ -1,6 +1,7 @@
Please add to this collection of tips and tutorials as you find them.
Conventions and Tips
+
##### Controller vs Request specs
The codebase has mostly controller specs, but we have decided to preference request specs because they offer a more complete test. Where possible, please write new tests as **request** specs, and migrate old controller specs to request where it makes sense.