Sha256: b4c8184ab2d4be3ab7a93a2fe56d606860f3d1042fbd3b4aa2ab34bad9adf7ae
Contents?: true
Size: 513 Bytes
Versions: 2
Compression:
Stored size: 513 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) } 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bigbluebutton_rails-1.4.0 | spec/models/bigbluebutton_playback_format_db_spec.rb |
bigbluebutton_rails-1.4.0.beta1 | spec/models/bigbluebutton_playback_format_db_spec.rb |