Sha256: 7af02fd68c70440bdc7a201d0f7da55d7764a676c5390af0c8d2a3726e4130ed
Contents?: true
Size: 449 Bytes
Versions: 5
Compression:
Stored size: 449 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(:url).of_type(:string) } it { should have_db_column(:length).of_type(:integer) } 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
5 entries across 5 versions & 1 rubygems