Sha256: 11536c4789c2354044bcfcc3e7b061e5ec495ae3d983f96210edef4e8e13cf23

Contents?: true

Size: 450 Bytes

Versions: 3

Compression:

Stored size: 450 Bytes

Contents

require 'spec_helper'

describe BigbluebuttonPlaybackType do

  # to ensure that the migration is correct
  context "db" do
    it { should have_db_column(:identifier).of_type(:string) }
    it { should have_db_column(:visible).of_type(:boolean) }
    it { should have_db_column(:default).of_type(:boolean) }
    it { should have_db_column(:created_at).of_type(:datetime) }
    it { should have_db_column(:updated_at).of_type(:datetime) }
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bigbluebutton_rails-2.2.0 spec/models/bigbluebutton_playback_type_db_spec.rb
bigbluebutton_rails-2.1.0 spec/models/bigbluebutton_playback_type_db_spec.rb
bigbluebutton_rails-2.0.0 spec/models/bigbluebutton_playback_type_db_spec.rb