Add specs for lndhub webhook
This commit is contained in:
@@ -2,8 +2,10 @@ FactoryBot.define do
|
||||
factory :user do
|
||||
id { 1 }
|
||||
cn { "jimmy" }
|
||||
ou { "kosmos.org" }
|
||||
email { "jimmy@example.com" }
|
||||
password { "dis-muh-password" }
|
||||
confirmed_at { DateTime.now }
|
||||
ln_account { "123456" }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user