Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
	config/locales/simple_form.ja.yml
This commit is contained in:
Thibaut Girka
2018-05-19 22:41:10 +02:00
113 changed files with 595 additions and 753 deletions

View File

@ -1,4 +1,4 @@
Fabricator(:web_push_subscription) do
Fabricator(:web_push_subscription, from: Web::PushSubscription) do
endpoint Faker::Internet.url
key_p256dh Faker::Internet.password
key_auth Faker::Internet.password

View File

@ -1,3 +1,2 @@
Fabricator('Web::Setting') do
Fabricator(:web_setting, from: Web::Setting) do
end