wikivideo_spec.rb 2.17 KB
# Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved.
require 'spec_helper'

describe Wikivideo do
  pending "add some examples to (or delete) #{__FILE__}"
end
# == Schema Information
#
# Table name: wikivideos
#
#  id                                          :integer(4)      not null, primary key
#  signal_name                                 :string(255)
#  movement_type                               :string(255)
#  amount_of_hands                             :string(255)
#  facial_expression                           :string(255)
#  repeat_flag_primary                         :string(255)
#  primary_configuration_fingers               :string(255)
#  primary_orientation_of_hands                :string(255)
#  localization_of_articulation_primary        :string(255)
#  primary_configuration_fingers_left          :string(255)
#  primary_orientation_of_hands_left           :string(255)
#  localization_of_articulation_primary_left   :string(255)
#  time_spent                                  :string(255)
#  path_signal                                 :string(255)
#  radius                                      :string(255)
#  clockwise                                   :string(255)
#  orientation                                 :string(255)
#  direction                                   :string(255)
#  radius_secondary                            :string(255)
#  clockwise_secondary                         :string(255)
#  orientation_secondary                       :string(255)
#  direction_secondary                         :string(255)
#  secondary_configuration_fingers             :string(255)
#  secondary_orientation_of_hands              :string(255)
#  localization_of_articulation_secondary      :string(255)
#  secondary_configuration_fingers_left        :string(255)
#  secondary_orientation_of_hands_left         :string(255)
#  localization_of_articulation_secondary_left :string(255)
#  repeat_flag_secondary                       :string(255)
#  user_id                                     :integer(4)
#  created_at                                  :datetime        not null
#  updated_at                                  :datetime        not null
#