Sha256: c994096951362687669ab0eff9a01ba83369a2fa366a7a4dcb508855d2903461

Contents?: true

Size: 417 Bytes

Versions: 8

Compression:

Stored size: 417 Bytes

Contents

require 'spec_helper'

describe BigbluebuttonServer do

  # to ensure that the migration is correct
  context "db" do
    it { should have_db_column(:name).of_type(:string) }
    it { should have_db_column(:url).of_type(:string) }
    it { should have_db_column(:salt).of_type(:string) }
    it { should have_db_column(:version).of_type(:string) }
    it { should have_db_column(:param).of_type(:string) }
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bigbluebutton_rails-1.3.0.mweb1 spec/models/bigbluebutton_server_db_spec.rb
bigbluebutton_rails-1.3.0 spec/models/bigbluebutton_server_db_spec.rb
bigbluebutton_rails-1.3.0.beta1 spec/models/bigbluebutton_server_db_spec.rb
bigbluebutton_rails-1.2.0 spec/models/bigbluebutton_server_db_spec.rb
bigbluebutton_rails-1.1.0 spec/models/bigbluebutton_server_db_spec.rb
bigbluebutton_rails-1.0.0 spec/models/bigbluebutton_server_db_spec.rb
bigbluebutton_rails-0.1.1 spec/models/bigbluebutton_server_db_spec.rb
bigbluebutton_rails-0.1.0 spec/models/bigbluebutton_server_db_spec.rb