Rspec and rubocop fixes

This commit is contained in:
farhatahmad
2019-05-22 13:51:55 -04:00
parent 70acb9a7e1
commit e90ca9cf48
4 changed files with 8 additions and 7 deletions

View File

@ -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