yt 0.32.5 → 0.33.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/.rspec +1 -4
  3. data/CHANGELOG.md +44 -0
  4. data/README.md +22 -33
  5. data/YOUTUBE_IT.md +4 -4
  6. data/lib/yt/actions/list.rb +1 -1
  7. data/lib/yt/associations/has_reports.rb +9 -14
  8. data/lib/yt/collections/playlist_items.rb +10 -1
  9. data/lib/yt/collections/reports.rb +5 -7
  10. data/lib/yt/models/account.rb +33 -3
  11. data/lib/yt/models/channel.rb +21 -5
  12. data/lib/yt/models/content_owner.rb +20 -0
  13. data/lib/yt/models/playlist.rb +12 -2
  14. data/lib/yt/models/playlist_item.rb +8 -1
  15. data/lib/yt/models/resource.rb +74 -3
  16. data/lib/yt/models/statistics_set.rb +2 -1
  17. data/lib/yt/models/status.rb +3 -1
  18. data/lib/yt/models/url.rb +2 -60
  19. data/lib/yt/models/video.rb +31 -3
  20. data/lib/yt/request.rb +7 -4
  21. data/lib/yt/version.rb +1 -1
  22. data/lib/yt.rb +1 -1
  23. data/yt.gemspec +5 -2
  24. metadata +32 -171
  25. data/spec/collections/claims_spec.rb +0 -62
  26. data/spec/collections/comment_threads_spec.rb +0 -46
  27. data/spec/collections/playlist_items_spec.rb +0 -44
  28. data/spec/collections/playlists_spec.rb +0 -27
  29. data/spec/collections/policies_spec.rb +0 -30
  30. data/spec/collections/references_spec.rb +0 -30
  31. data/spec/collections/reports_spec.rb +0 -30
  32. data/spec/collections/subscriptions_spec.rb +0 -25
  33. data/spec/collections/videos_spec.rb +0 -43
  34. data/spec/constants/geography_spec.rb +0 -16
  35. data/spec/errors/forbidden_spec.rb +0 -10
  36. data/spec/errors/missing_auth_spec.rb +0 -24
  37. data/spec/errors/no_items_spec.rb +0 -10
  38. data/spec/errors/request_error_spec.rb +0 -44
  39. data/spec/errors/server_error_spec.rb +0 -10
  40. data/spec/errors/unauthorized_spec.rb +0 -10
  41. data/spec/models/account_spec.rb +0 -138
  42. data/spec/models/annotation_spec.rb +0 -180
  43. data/spec/models/asset_spec.rb +0 -32
  44. data/spec/models/channel_spec.rb +0 -127
  45. data/spec/models/claim_event_spec.rb +0 -62
  46. data/spec/models/claim_history_spec.rb +0 -27
  47. data/spec/models/claim_spec.rb +0 -223
  48. data/spec/models/comment_spec.rb +0 -40
  49. data/spec/models/comment_thread_spec.rb +0 -93
  50. data/spec/models/configuration_spec.rb +0 -44
  51. data/spec/models/content_detail_spec.rb +0 -52
  52. data/spec/models/content_owner_detail_spec.rb +0 -6
  53. data/spec/models/file_detail_spec.rb +0 -13
  54. data/spec/models/live_streaming_detail_spec.rb +0 -6
  55. data/spec/models/ownership_spec.rb +0 -59
  56. data/spec/models/player_spec.rb +0 -13
  57. data/spec/models/playlist_item_spec.rb +0 -120
  58. data/spec/models/playlist_spec.rb +0 -138
  59. data/spec/models/policy_rule_spec.rb +0 -63
  60. data/spec/models/policy_spec.rb +0 -41
  61. data/spec/models/rating_spec.rb +0 -12
  62. data/spec/models/reference_spec.rb +0 -249
  63. data/spec/models/request_spec.rb +0 -204
  64. data/spec/models/resource_spec.rb +0 -42
  65. data/spec/models/right_owner_spec.rb +0 -71
  66. data/spec/models/snippet_spec.rb +0 -13
  67. data/spec/models/statistics_set_spec.rb +0 -13
  68. data/spec/models/status_spec.rb +0 -13
  69. data/spec/models/subscription_spec.rb +0 -30
  70. data/spec/models/url_spec.rb +0 -78
  71. data/spec/models/video_category_spec.rb +0 -21
  72. data/spec/models/video_spec.rb +0 -669
  73. data/spec/requests/as_account/account_spec.rb +0 -143
  74. data/spec/requests/as_account/authentications_spec.rb +0 -127
  75. data/spec/requests/as_account/channel_spec.rb +0 -246
  76. data/spec/requests/as_account/channels_spec.rb +0 -18
  77. data/spec/requests/as_account/playlist_item_spec.rb +0 -55
  78. data/spec/requests/as_account/playlist_spec.rb +0 -218
  79. data/spec/requests/as_account/thumbnail.jpg +0 -0
  80. data/spec/requests/as_account/video.mp4 +0 -0
  81. data/spec/requests/as_account/video_spec.rb +0 -408
  82. data/spec/requests/as_content_owner/account_spec.rb +0 -29
  83. data/spec/requests/as_content_owner/advertising_options_set_spec.rb +0 -15
  84. data/spec/requests/as_content_owner/asset_spec.rb +0 -31
  85. data/spec/requests/as_content_owner/bulk_report_job_spec.rb +0 -19
  86. data/spec/requests/as_content_owner/channel_spec.rb +0 -1836
  87. data/spec/requests/as_content_owner/claim_history_spec.rb +0 -20
  88. data/spec/requests/as_content_owner/claim_spec.rb +0 -17
  89. data/spec/requests/as_content_owner/content_owner_spec.rb +0 -370
  90. data/spec/requests/as_content_owner/match_policy_spec.rb +0 -17
  91. data/spec/requests/as_content_owner/ownership_spec.rb +0 -25
  92. data/spec/requests/as_content_owner/playlist_spec.rb +0 -767
  93. data/spec/requests/as_content_owner/video_group_spec.rb +0 -112
  94. data/spec/requests/as_content_owner/video_spec.rb +0 -1211
  95. data/spec/requests/as_server_app/channel_spec.rb +0 -54
  96. data/spec/requests/as_server_app/comment_spec.rb +0 -22
  97. data/spec/requests/as_server_app/comment_thread_spec.rb +0 -27
  98. data/spec/requests/as_server_app/comment_threads_spec.rb +0 -41
  99. data/spec/requests/as_server_app/playlist_item_spec.rb +0 -30
  100. data/spec/requests/as_server_app/playlist_spec.rb +0 -33
  101. data/spec/requests/as_server_app/url_spec.rb +0 -94
  102. data/spec/requests/as_server_app/video_spec.rb +0 -60
  103. data/spec/requests/as_server_app/videos_spec.rb +0 -40
  104. data/spec/requests/unauthenticated/video_spec.rb +0 -14
  105. data/spec/spec_helper.rb +0 -20
  106. data/spec/support/fail_matcher.rb +0 -15
  107. data/spec/support/global_hooks.rb +0 -48
@@ -1,13 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/file_detail'
3
-
4
- describe Yt::FileDetail do
5
- subject(:file_detail) { Yt::FileDetail.new data: data }
6
-
7
- describe '#data' do
8
- let(:data) { {"key"=>"value"} }
9
- specify 'returns the data the file detail was initialized with' do
10
- expect(file_detail.data).to eq data
11
- end
12
- end
13
- end
@@ -1,6 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/live_streaming_detail'
3
-
4
- describe Yt::LiveStreamingDetail do
5
- subject(:live_streaming_detail) { Yt::LiveStreamingDetail.new data: data }
6
- end
@@ -1,59 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/ownership'
3
-
4
- describe Yt::Ownership do
5
- subject(:ownership) { Yt::Ownership.new data: data }
6
- let(:data) { {} }
7
-
8
- describe '#general_owners' do
9
- context 'given fetching an ownership returns a general owner' do
10
- let(:general) { '{"ratio":100.0,"owner":"FullScreen","type":"exclude"}' }
11
- let(:data) { {"general"=>[general]} }
12
- it { expect(ownership.general_owners.size).to be 1 }
13
- it { expect(ownership.general_owners.first).to be_a Yt::RightOwner }
14
- end
15
-
16
- context 'given fetching an ownership does not return general owners' do
17
- it { expect(ownership.general_owners).to be_empty }
18
- end
19
- end
20
-
21
- describe '#performance_owners' do
22
- context 'given fetching an ownership returns a performance owner' do
23
- let(:performance) { '{"ratio":100.0,"owner":"FullScreen","type":"exclude"}' }
24
- let(:data) { {"performance"=>[performance]} }
25
- it { expect(ownership.performance_owners.size).to be 1 }
26
- it { expect(ownership.performance_owners.first).to be_a Yt::RightOwner }
27
- end
28
-
29
- context 'given fetching an ownership does not return performance owners' do
30
- it { expect(ownership.performance_owners).to be_empty }
31
- end
32
- end
33
-
34
- describe '#synchronization_owners' do
35
- context 'given fetching an ownership returns a synchronization owner' do
36
- let(:synchronization) { '{"ratio":100.0,"owner":"FullScreen","type":"exclude"}' }
37
- let(:data) { {"synchronization"=>[synchronization]} }
38
- it { expect(ownership.synchronization_owners.size).to be 1 }
39
- it { expect(ownership.synchronization_owners.first).to be_a Yt::RightOwner }
40
- end
41
-
42
- context 'given fetching an ownership does not return synchronization owners' do
43
- it { expect(ownership.synchronization_owners).to be_empty }
44
- end
45
- end
46
-
47
- describe '#mechanical_owners' do
48
- context 'given fetching an ownership returns a mechanical owner' do
49
- let(:mechanical) { '{"ratio":100.0,"owner":"FullScreen","type":"exclude"}' }
50
- let(:data) { {"mechanical"=>[mechanical]} }
51
- it { expect(ownership.mechanical_owners.size).to be 1 }
52
- it { expect(ownership.mechanical_owners.first).to be_a Yt::RightOwner }
53
- end
54
-
55
- context 'given fetching an ownership does not return mechanical owners' do
56
- it { expect(ownership.mechanical_owners).to be_empty }
57
- end
58
- end
59
- end
@@ -1,13 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/player'
3
-
4
- describe Yt::Player do
5
- subject(:player) { Yt::Player.new data: data }
6
-
7
- describe '#data' do
8
- let(:data) { {"key"=>"value"} }
9
- specify 'returns the data the player was initialized with' do
10
- expect(player.data).to eq data
11
- end
12
- end
13
- end
@@ -1,120 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/playlist_item'
3
-
4
- describe Yt::PlaylistItem do
5
- subject(:item) { Yt::PlaylistItem.new attrs }
6
-
7
- describe '#title' do
8
- context 'given a snippet with a title' do
9
- let(:attrs) { {snippet: {"title"=>"Fullscreen"}} }
10
- it { expect(item.title).to eq 'Fullscreen' }
11
- end
12
-
13
- context 'given a snippet without a title' do
14
- let(:attrs) { {snippet: {}} }
15
- it { expect(item.title).to eq '' }
16
- end
17
- end
18
-
19
- describe '#published_at' do
20
- context 'given a snippet with a timestamp' do
21
- let(:attrs) { {snippet: {"publishedAt"=>"2014-04-22T19:14:49.000Z"}} }
22
- it { expect(item.published_at.year).to be 2014 }
23
- end
24
- end
25
-
26
- describe '#description' do
27
- context 'given a snippet with a description' do
28
- let(:attrs) { {snippet: {"description"=>"A video."}} }
29
- it { expect(item.description).to eq 'A video.' }
30
- end
31
-
32
- context 'given a snippet without a description' do
33
- let(:attrs) { {snippet: {}} }
34
- it { expect(item.description).to eq '' }
35
- end
36
- end
37
-
38
- describe '#thumbnail_url' do
39
- context 'given a snippet with thumbnails' do
40
- let(:attrs) { {snippet: {"thumbnails"=>{
41
- "default"=>{"url"=> "http://example.com/120x90.jpg"},
42
- "medium"=>{"url"=> "http://example.com/320x180.jpg"},
43
- }}} }
44
- it { expect(item.thumbnail_url).to eq 'http://example.com/120x90.jpg' }
45
- it { expect(item.thumbnail_url 'default').to eq 'http://example.com/120x90.jpg' }
46
- it { expect(item.thumbnail_url :default).to eq 'http://example.com/120x90.jpg' }
47
- it { expect(item.thumbnail_url :medium).to eq 'http://example.com/320x180.jpg' }
48
- it { expect(item.thumbnail_url :large).to be_nil }
49
- end
50
-
51
- context 'given a snippet without thumbnails' do
52
- let(:attrs) { {snippet: {}} }
53
- it { expect(item.thumbnail_url).to be_nil }
54
- end
55
- end
56
-
57
- describe '#channel_id' do
58
- context 'given a snippet with a channel ID' do
59
- let(:attrs) { {snippet: {"channelId"=>"UCxO1tY8h1AhOz0T4ENwmpow"}} }
60
- it { expect(item.channel_id).to eq 'UCxO1tY8h1AhOz0T4ENwmpow' }
61
- end
62
-
63
- context 'given a snippet without a channel ID' do
64
- let(:attrs) { {snippet: {}} }
65
- it { expect(item.channel_id).to be_nil }
66
- end
67
- end
68
-
69
- describe '#channel_title' do
70
- context 'given a snippet with a channel title' do
71
- let(:attrs) { {snippet: {"channelTitle"=>"Fullscreen"}} }
72
- it { expect(item.channel_title).to eq 'Fullscreen' }
73
- end
74
-
75
- context 'given a snippet without a channel title' do
76
- let(:attrs) { {snippet: {}} }
77
- it { expect(item.channel_title).to be_nil }
78
- end
79
- end
80
-
81
- describe '#video_id and #video' do
82
- context 'given a snippet with a video resource' do
83
- let(:attrs) { {snippet: {"resourceId"=>{"kind"=>"youtube#video","videoId"=>"W4GhTprSsOY"}}} }
84
- it { expect(item.video_id).to eq 'W4GhTprSsOY' }
85
- it { expect(item.video).to be_a Yt::Models::Video }
86
- it { expect(item.video.id).to eq 'W4GhTprSsOY' }
87
- end
88
-
89
- context 'given a snippet without a video resource' do
90
- let(:attrs) { {snippet: {}} }
91
- it { expect(item.video_id).to be_nil }
92
- it { expect(item.video).to be_nil }
93
- end
94
- end
95
-
96
- describe '#snippet' do
97
- context 'given fetching a playlist item returns a snippet' do
98
- let(:attrs) { {snippet: {"position"=>0}} }
99
- it { expect(item.snippet).to be_a Yt::Snippet }
100
- end
101
- end
102
-
103
- describe '#status' do
104
- context 'given fetching a playlist item returns a status' do
105
- let(:attrs) { {status: {"privacyStatus"=>"public"}} }
106
- it { expect(item.status).to be_a Yt::Status }
107
- end
108
- end
109
-
110
- describe '#delete' do
111
- let(:attrs) { {id: 'playlist-item-id'} }
112
-
113
- context 'given an existing playlist item' do
114
- before { expect(item).to receive(:do_delete).and_yield }
115
-
116
- it { expect(item.delete).to be true }
117
- it { expect{item.delete}.to change{item.exists?} }
118
- end
119
- end
120
- end
@@ -1,138 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/playlist'
3
-
4
- describe Yt::Playlist do
5
- subject(:playlist) { Yt::Playlist.new attrs }
6
-
7
-
8
- describe '#title' do
9
- context 'given a snippet with a title' do
10
- let(:attrs) { {snippet: {"title"=>"Fullscreen"}} }
11
- it { expect(playlist.title).to eq 'Fullscreen' }
12
- end
13
-
14
- context 'given a snippet without a title' do
15
- let(:attrs) { {snippet: {}} }
16
- it { expect(playlist.title).to eq '' }
17
- end
18
- end
19
-
20
- describe '#published_at' do
21
- context 'given a snippet with a timestamp' do # always returned by YouTube
22
- let(:attrs) { {snippet: {"publishedAt"=>"2014-04-22T19:14:49.000Z"}} }
23
- it { expect(playlist.published_at.year).to be 2014 }
24
- end
25
- end
26
-
27
- describe '#description' do
28
- context 'given a snippet with a description' do
29
- let(:attrs) { {snippet: {"description"=>"The first media company for the connected generation."}} }
30
- it { expect(playlist.description).to eq 'The first media company for the connected generation.' }
31
- end
32
-
33
- context 'given a snippet without a description' do
34
- let(:attrs) { {snippet: {}} }
35
- it { expect(playlist.description).to eq '' }
36
- end
37
- end
38
-
39
- describe '#tags' do
40
- context 'given a snippet with tags' do
41
- let(:attrs) { {snippet: {"tags"=>["promotion", "new media"]}} }
42
- it { expect(playlist.tags).to eq ["promotion", "new media"] }
43
- end
44
-
45
- context 'given a snippet without tags' do
46
- let(:attrs) { {snippet: {}} }
47
- it { expect(playlist.tags).to eq [] }
48
- end
49
- end
50
-
51
- describe '#thumbnail_url' do
52
- context 'given a snippet with thumbnails' do
53
- let(:attrs) { {snippet: {"thumbnails"=>{
54
- "default"=>{"url"=> "http://example.com/88x88.jpg"},
55
- "medium"=>{"url"=> "http://example.com/240x240.jpg"},
56
- }}} }
57
- it { expect(playlist.thumbnail_url).to eq 'http://example.com/88x88.jpg' }
58
- it { expect(playlist.thumbnail_url 'default').to eq 'http://example.com/88x88.jpg' }
59
- it { expect(playlist.thumbnail_url :default).to eq 'http://example.com/88x88.jpg' }
60
- it { expect(playlist.thumbnail_url :medium).to eq 'http://example.com/240x240.jpg' }
61
- it { expect(playlist.thumbnail_url :large).to be_nil }
62
- end
63
-
64
- context 'given a snippet without thumbnails' do
65
- let(:attrs) { {snippet: {}} }
66
- it { expect(playlist.thumbnail_url).to be_nil }
67
- end
68
- end
69
-
70
- describe '#channel_id' do
71
- context 'given a snippet with a channel ID' do
72
- let(:attrs) { {snippet: {"channelId"=>"UCxO1tY8h1AhOz0T4ENwmpow"}} }
73
- it { expect(playlist.channel_id).to eq 'UCxO1tY8h1AhOz0T4ENwmpow' }
74
- end
75
-
76
- context 'given a snippet without a channel ID' do
77
- let(:attrs) { {snippet: {}} }
78
- it { expect(playlist.channel_id).to be_nil }
79
- end
80
- end
81
-
82
- describe '#channel_title' do
83
- context 'given a snippet with a channel title' do
84
- let(:attrs) { {snippet: {"channelTitle"=>"Fullscreen"}} }
85
- it { expect(playlist.channel_title).to eq 'Fullscreen' }
86
- end
87
-
88
- context 'given a snippet without a channel title' do
89
- let(:attrs) { {snippet: {}} }
90
- it { expect(playlist.channel_title).to be_nil }
91
- end
92
- end
93
-
94
- describe '#exists?' do
95
- context 'given a playlist with an id' do
96
- let(:attrs) { {id: 'PLSWYkYzOr'} }
97
- it { expect(playlist).to exist }
98
- end
99
-
100
- context 'given a playlist without an id' do
101
- let(:attrs) { {} }
102
- it { expect(playlist).not_to exist }
103
- end
104
- end
105
-
106
- describe '#snippet' do
107
- context 'given fetching a playlist returns a snippet' do
108
- let(:attrs) { {snippet: {"title"=>"Fullscreen"}} }
109
- it { expect(playlist.snippet).to be_a Yt::Snippet }
110
- end
111
- end
112
-
113
- describe '#status' do
114
- context 'given fetching a playlist returns a status' do
115
- let(:attrs) { {status: {"privacyStatus"=>"public"}} }
116
- it { expect(playlist.status).to be_a Yt::Status }
117
- end
118
- end
119
-
120
- describe '#update' do
121
- let(:attrs) { {id: 'PLSWYkYzOr', snippet: {'title'=>'old'}, status: {"privacyStatus"=>"public"}} }
122
- before { expect(playlist).to receive(:do_update).and_yield 'snippet'=>{'title'=>'new'} }
123
-
124
- it { expect(playlist.update title: 'new').to be true }
125
- it { expect{playlist.update title: 'new'}.to change{playlist.title} }
126
- end
127
-
128
- describe '#delete' do
129
- let(:attrs) { {id: 'PLSWYkYzOr'} }
130
-
131
- context 'given an existing playlist' do
132
- before { expect(playlist).to receive(:do_delete).and_yield }
133
-
134
- it { expect(playlist.delete).to be true }
135
- it { expect{playlist.delete}.to change{playlist.exists?} }
136
- end
137
- end
138
- end
@@ -1,63 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/policy_rule'
3
-
4
- describe Yt::PolicyRule do
5
- subject(:policy_rule) { Yt::PolicyRule.new data: data }
6
-
7
- describe '#action' do
8
- context 'given fetching a policy rule returns an action' do
9
- let(:data) { {"action"=>"takedown"} }
10
- it { expect(policy_rule.action).to eq 'takedown' }
11
- end
12
- end
13
-
14
- describe '#subaction' do
15
- context 'given fetching a policy rule returns a subaction' do
16
- let(:data) { {"subaction"=>"review"} }
17
- it { expect(policy_rule.subaction).to eq 'review' }
18
- end
19
- end
20
-
21
- describe '#included_territories' do
22
- context 'given fetching a policy rule returns included territories' do
23
- let(:data) { {"conditions"=>{"requiredTerritories"=>{"type"=>"include", "territories"=>["US", "CA"]}}} }
24
- let(:data) { {"conditions"=>{"requiredTerritories"=>{"type"=>"include", "territories"=>["US", "CA"]}}} }
25
- it { expect(policy_rule.included_territories).to eq %w(US CA) }
26
- end
27
- end
28
-
29
- describe '#excluded_territories' do
30
- context 'given fetching a policy rule returns excluded territories' do
31
- let(:data) { {"conditions"=>{"requiredTerritories"=>{"type"=>"exclude", "territories"=>["US", "CA"]}}} }
32
- it { expect(policy_rule.excluded_territories).to eq %w(US CA) }
33
- end
34
- end
35
-
36
- describe '#match_duration' do
37
- context 'given fetching a policy rule returns a match duration list' do
38
- let(:data) { {"conditions"=>{"matchDuration"=>[{"high"=>60.0}]}} }
39
- it { expect(policy_rule.match_duration).to match_array [{low: nil, high: 60.0}] }
40
- end
41
- end
42
-
43
- describe '#match_percent' do
44
- context 'given fetching a policy rule returns a match percent list' do
45
- let(:data) { {"conditions"=>{"matchPercent"=>[{"high"=>60.0}]}} }
46
- it { expect(policy_rule.match_percent).to match_array [{low: nil, high: 60.0}] }
47
- end
48
- end
49
-
50
- describe '#reference_duration' do
51
- context 'given fetching a policy rule returns a reference duration list' do
52
- let(:data) { {"conditions"=>{"referenceDuration"=>[{"low"=>60.0, "high"=>600.0}, {"low"=>20.0, "high"=>30.0}]}} }
53
- it { expect(policy_rule.reference_duration).to match_array [{low: 60.0, high: 600.0}, {low: 20.0, high: 30.0}] }
54
- end
55
- end
56
-
57
- describe '#reference_percent' do
58
- context 'given fetching a policy rule returns a reference percent list' do
59
- let(:data) { {"conditions"=>{"referencePercent"=>[{"low"=>60.0, "high"=>600.0}, {"low"=>20.0, "high"=>30.0}]}} }
60
- it { expect(policy_rule.reference_percent).to match_array [{low: 60.0, high: 600.0}, {low: 20.0, high: 30.0}] }
61
- end
62
- end
63
- end
@@ -1,41 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/policy'
3
-
4
- describe Yt::Policy do
5
- subject(:policy) { Yt::Policy.new data: data }
6
-
7
- describe '#id' do
8
- context 'given fetching a policy returns an id' do
9
- let(:data) { {"id"=>"S123456789"} }
10
- it { expect(policy.id).to eq 'S123456789' }
11
- end
12
- end
13
-
14
- describe '#name' do
15
- context 'given fetching a policy returns a name' do
16
- let(:data) { {"name"=>"Block in all countries"} }
17
- it { expect(policy.name).to eq 'Block in all countries' }
18
- end
19
- end
20
-
21
- describe '#description' do
22
- context 'given fetching a policy returns a description' do
23
- let(:data) { {"description"=>"Block videos in every country"} }
24
- it { expect(policy.description).to eq 'Block videos in every country' }
25
- end
26
- end
27
-
28
- describe '#updated_at' do
29
- context 'given fetching a policy returns a timeUpdated' do
30
- let(:data) { {"timeUpdated"=>"1970-01-16T20:33:03.675Z"} }
31
- it { expect(policy.updated_at.year).to be 1970 }
32
- end
33
- end
34
-
35
- describe '#rules' do
36
- context 'given fetching a policy returns rules' do
37
- let(:data) { {"rules"=>[{"action"=>"track"},{"action"=>"track"}]} }
38
- it { expect(policy.rules.size).to be 2 }
39
- end
40
- end
41
- end
@@ -1,12 +0,0 @@
1
- require 'spec_helper'
2
- require 'yt/models/rating'
3
-
4
- describe Yt::Rating do
5
- subject(:rating) { Yt::Rating.new }
6
-
7
- describe '#update' do
8
- before { expect(rating).to receive(:do_update).and_yield }
9
-
10
- it { expect{rating.set :like}.to change{rating.rating} }
11
- end
12
- end