Sha256: 77df563c9f8beb7cc507cd28265a6931118382782aabedc315ae99f46c49b2a1
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 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) } end end
Version data entries
3 entries across 3 versions & 1 rubygems