Sha256: dcededf8d4daef00926b7ef3c8c272301e764acd66a32fdaf1523b3c645307da

Contents?: true

Size: 605 Bytes

Versions: 2

Compression:

Stored size: 605 Bytes

Contents

require 'spec_helper'

describe BigbluebuttonRoomOptions do

  # to ensure that the migration is correct
  context "db" do
    it { should have_db_column(:room_id).of_type(:integer) }
    it { should have_db_column(:default_layout).of_type(:string) }
    it { should have_db_column(:created_at).of_type(:datetime) }
    it { should have_db_column(:updated_at).of_type(:datetime) }
    it { should have_db_column(:presenter_share_only).of_type(:boolean)}
    it { should have_db_column(:auto_start_video).of_type(:boolean) }
    it { should have_db_column(:auto_start_audio).of_type(:boolean) }
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigbluebutton_rails-1.4.0 spec/models/bigbluebutton_room_options_db_spec.rb
bigbluebutton_rails-1.4.0.beta1 spec/models/bigbluebutton_room_options_db_spec.rb