Chore: Added tests for contacts_controller (#509)

- Tests for contacts controller
Addresses:  #37
This commit is contained in:
Tim Lange
2020-02-17 12:38:29 +01:00
committed by GitHub
parent fc23a10a99
commit 60547b9fb3
5 changed files with 130 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ FactoryBot.define do
sequence(:name) { |n| "Widget #{n}" }
sequence(:email) { |n| "widget-#{n}@example.com" }
phone_number { '+123456789011' }
avatar { fixture_file_upload(Rails.root.join('spec/assets/avatar.png'), 'image/png') }
account
end
end