Sha256: bdd34c7fd8b398efdf11d895e00466d94b37bbcbd6ca8f04903913c52b09eb9f

Contents?: true

Size: 206 Bytes

Versions: 3

Compression:

Stored size: 206 Bytes

Contents

FactoryGirl.define do
  factory :bigbluebutton_playback_type do |pbt|
    pbt.sequence(:identifier) { |n| "#{Forgery(:name).first_name.downcase}-#{n}" }
    pbt.visible true
    pbt.default false
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bigbluebutton_rails-2.2.0 spec/factories/bigbluebutton_playback_type.rb
bigbluebutton_rails-2.1.0 spec/factories/bigbluebutton_playback_type.rb
bigbluebutton_rails-2.0.0 spec/factories/bigbluebutton_playback_type.rb