Sha256: 73235f36178e230199e714a554361de9fc61d95457f239f986195d8d4a62ddbd
Contents?: true
Size: 205 Bytes
Versions: 7
Compression:
Stored size: 205 Bytes
Contents
FactoryGirl.define do factory :bigbluebutton_room_options do |r| r.sequence(:default_layout) { Forgery(:name).first_name.downcase } r.association :room, :factory => :bigbluebutton_room end end
Version data entries
7 entries across 7 versions & 1 rubygems