Add :bet factory

This commit is contained in:
Thor77 2019-06-14 14:25:44 +02:00
parent ed8738d60e
commit 0eafc4913f
1 changed files with 9 additions and 0 deletions

9
spec/factories/bets.rb Normal file
View File

@ -0,0 +1,9 @@
# frozen_string_literal: true
FactoryBot.define do
factory :bet do
user
team
match
end
end