Skip to content

Instantly share code, notes, and snippets.

@giljr
Created October 25, 2025 16:14
Show Gist options
  • Select an option

  • Save giljr/b07cff771f31d0d253cdf99e933ba16f to your computer and use it in GitHub Desktop.

Select an option

Save giljr/b07cff771f31d0d253cdf99e933ba16f to your computer and use it in GitHub Desktop.
BR Rails Conf 2013 The Magic Tricks of Testing by Sandi Metz

The Six Magic Tricks

Origin Query (returns something) Command (changes something)
Incoming ① ✅ Assert return value ② ✅ Assert public side effect
To Self ③ 🚫 Ignore ④ 🚫 Ignore
Outgoing ⑤ 🚫 Ignore ⑥ ✅ Mock expectation

by Sandi Metz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment