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