video_spec.rb 607 Bytes
# Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved.
require 'spec_helper'

describe Video do
  pending "add some examples to (or delete) #{__FILE__}"
end
# == Schema Information
#
# Table name: videos
#
#  id              :integer(4)      not null, primary key
#  url             :string(255)
#  legend          :string(255)
#  window_size     :string(255)
#  window_position :string(255)
#  created_at      :datetime        not null
#  updated_at      :datetime        not null
#  closed_caption  :integer(4)
#  transparency    :integer(4)
#  user_id         :integer(4)
#