Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bryan-liff/f0e90d90ef42f91ef137841e841d0e00 to your computer and use it in GitHub Desktop.
Save bryan-liff/f0e90d90ef42f91ef137841e841d0e00 to your computer and use it in GitHub Desktop.
# spec/models/user_spec.rb
describe User do
describe 'methods' do
describe 'instance' do
describe '#send_mailer_user_report' do
it 'sends a UserReportMailer for itself'
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment