Replace All FactoryGirl Constant References

This commit is contained in:
Henne Vogelsang 2018-09-03 20:44:39 +02:00
parent 82c3372af2
commit 0a19418d15
55 changed files with 56 additions and 56 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
FactoryBot.define do
factory :room do
name { "Room #{Faker::Address.country}" }
size 4