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
FactoryBot.define do
factory :answer do

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
FactoryBot.define do
factory :campaign do

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
FactoryBot.define do
factory :cfp do

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
FactoryBot.define do
factory :comment do

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
FactoryBot.define do
factory :commercial do

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
FactoryBot.define do
factory :conference do

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
FactoryBot.define do
factory :email_settings do

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
FactoryBot.define do
factory :event_schedule do

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
FactoryBot.define do
factory :event_type do

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
FactoryBot.define do
factory :event_user do

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
FactoryBot.define do
factory :event do

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
FactoryBot.define do
factory :events_registration do

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
FactoryBot.define do
factory :lodging do

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
FactoryBot.define do
factory :openid do

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
FactoryBot.define do
factory :program do

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
FactoryBot.define do
factory :qanswer do

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
FactoryBot.define do
factory :question do

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
FactoryBot.define do
factory :question_type do

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
FactoryBot.define do
factory :registration do

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
FactoryBot.define do
factory :registration_period do

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
FactoryBot.define do
factory :room do
name { "Room #{Faker::Address.country}" }

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
FactoryBot.define do
factory :schedule do

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
FactoryBot.define do
factory :splashpage do

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
FactoryBot.define do
factory :sponsor do

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
FactoryBot.define do
factory :sponsorship_level do

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
FactoryBot.define do
factory :target do

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.

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
FactoryBot.define do
factory :venue do
name { "#{Faker::Company.name} Office" }

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
FactoryBot.define do
factory :visit do