forked from External/greenlight
Rspec and rubocop fixes
This commit is contained in:
@ -32,7 +32,7 @@ FactoryBot.define do
|
||||
end
|
||||
|
||||
factory :room do
|
||||
name { Faker::Pokemon.name }
|
||||
name { Faker::Games::Pokemon.name }
|
||||
owner { create(:user) }
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user