Sha256: 6e7d01ff3807ee8ce294deb6c4ba16c715aab756f4f21089eaf3947593a5e600
Contents?: true
Size: 383 Bytes
Versions: 3
Compression:
Stored size: 383 Bytes
Contents
require 'spec_helper' describe BigbluebuttonPlaybackFormat do # to ensure that the migration is correct context "db" do it { should have_db_column(:recording_id).of_type(:integer) } it { should have_db_column(:format_type).of_type(:string) } it { should have_db_column(:url).of_type(:string) } it { should have_db_column(:length).of_type(:integer) } end end
Version data entries
3 entries across 3 versions & 1 rubygems