wikivideo_spec.rb
2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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
#