Update FactoryBot strings & urls

This commit is contained in:
Henne Vogelsang 2018-09-03 20:48:28 +02:00
parent 0a19418d15
commit 64d8f05bdd
34 changed files with 34 additions and 34 deletions

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
# Read about factories at https://github.com/thoughtbot/factory_girl
# Read about factories at https://github.com/thoughtbot/factory_bot
# It is a feature of our app that first signed up user is admin. This property
# is set in a before create callback `setup_role` in user model.