Last active
June 30, 2022 23:37
-
-
Save bryan-liff/f0e90d90ef42f91ef137841e841d0e00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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