Sha256: 039e375ce893dab92219fb57682fb0372039c586f3b0421d971ffce2b3e5627a
Contents?: true
Size: 501 Bytes
Versions: 7
Compression:
Stored size: 501 Bytes
Contents
require 'spec_helper' describe BigbluebuttonMetadata do # to ensure that the migration is correct context "db" do it { should have_db_column(:owner_id).of_type(:integer) } it { should have_db_column(:owner_type).of_type(:string) } it { should have_db_column(:name).of_type(:string) } it { should have_db_column(:content).of_type(:text) } 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
7 entries across 7 versions & 1 rubygems