Sha256: 639055864ac7674b6b26b31c3aced7b13a48eb7d38ecd86c3ce91a749c8e4bd6

Contents?: true

Size: 516 Bytes

Versions: 2

Compression:

Stored size: 516 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) }
    it { should have_db_column(:downloadable).of_type(:boolean) }
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigbluebutton_rails-3.0.0 spec/models/bigbluebutton_playback_type_db_spec.rb
bigbluebutton_rails-2.3.0 spec/models/bigbluebutton_playback_type_db_spec.rb