Skip to content

Instantly share code, notes, and snippets.

@stevo
Created May 8, 2018 09:13
Show Gist options
  • Save stevo/7f0b57b31285a1db3f660b71bbb59f6e to your computer and use it in GitHub Desktop.
Save stevo/7f0b57b31285a1db3f660b71bbb59f6e to your computer and use it in GitHub Desktop.
An opinionated guide to readable RSpec (part 2 of 2)
allow(UserNotifier).to receive(:deletion_notification)
DestroyUser.call(user)
expect(UserNotifier).to have_received(:deletion_notification).with(user, delay: 5.minutes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment