add specs and use i18n

This commit is contained in:
Bilal
2020-08-19 15:47:01 +03:00
parent f5628c47df
commit 5147806483
9 changed files with 120 additions and 37 deletions

View File

@@ -2,11 +2,16 @@ FactoryBot.define do
factory :broadcast do
association :project
name "My Live Stream"
conference_option "zoom"
transient do
skip_create_callback false
end
trait :ms_teams_conference do
conference_option "ms_teams"
end
trait :with_stream do
stream_uid "mux_stream"
stream_key "mux_key"