web_push_subscription_fabricator.rb 211 B

1234567
  1. # frozen_string_literal: true
  2. Fabricator(:web_push_subscription, from: Web::PushSubscription) do
  3. endpoint Faker::Internet.url
  4. key_p256dh Faker::Internet.password
  5. key_auth Faker::Internet.password
  6. end