finish controller tests

This commit is contained in:
Joshua Arts
2018-06-28 16:55:56 -04:00
parent 63cdbdc874
commit 1acf901c68
5 changed files with 212 additions and 25 deletions

View File

@ -4,7 +4,7 @@ FactoryBot.define do
factory :user do
password = Faker::Internet.password(8)
provider { %w(greenlight google twitter).sample }
provider { %w(google twitter).sample }
uid { rand(10**8) }
name { Faker::Name.first_name }
username { Faker::Internet.user_name }