gittr 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +14 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +43 -0
- data/Rakefile +2 -0
- data/circle.yml +8 -0
- data/gittr.gemspec +33 -0
- data/lib/gittr.rb +23 -0
- data/lib/gittr/channel.rb +7 -0
- data/lib/gittr/client.rb +95 -0
- data/lib/gittr/hash_constructor.rb +20 -0
- data/lib/gittr/message.rb +11 -0
- data/lib/gittr/organization.rb +7 -0
- data/lib/gittr/repository.rb +11 -0
- data/lib/gittr/room.rb +11 -0
- data/lib/gittr/user.rb +7 -0
- data/lib/gittr/version.rb +3 -0
- data/spec/channel_spec.rb +11 -0
- data/spec/client_spec.rb +147 -0
- data/spec/gittr_spec.rb +12 -0
- data/spec/hash_constructor_spec.rb +31 -0
- data/spec/message_spec.rb +14 -0
- data/spec/organization_spec.rb +11 -0
- data/spec/repository_spec.rb +13 -0
- data/spec/room_spec.rb +11 -0
- data/spec/spec_helper.rb +21 -0
- data/spec/user_spec.rb +12 -0
- data/spec/vcr/join_room.yml +54 -0
- data/spec/vcr/list_messages.yml +292 -0
- data/spec/vcr/read_message.yml +48 -0
- data/spec/vcr/rooms.yml +53 -0
- data/spec/vcr/rooms_channels.yml +52 -0
- data/spec/vcr/rooms_users.yml +54 -0
- data/spec/vcr/send_message.yml +54 -0
- data/spec/vcr/update_message.yml +48 -0
- data/spec/vcr/user.yml +53 -0
- data/spec/vcr/user_channels.yml +52 -0
- data/spec/vcr/user_orgs.yml +52 -0
- data/spec/vcr/user_repos.yml +1371 -0
- data/spec/vcr/user_rooms.yml +54 -0
- metadata +233 -0
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.gitter.im/v1/user/54b7df5bdb8155e6700eb552/rooms/54b7e136db8155e6700eb569/unreadItems
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 400
|
19
|
+
message: Bad Request
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Cache-Control:
|
24
|
+
- no-cache
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Date:
|
28
|
+
- Mon, 19 Jan 2015 19:41:24 GMT
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421696544864'
|
39
|
+
Content-Length:
|
40
|
+
- '36'
|
41
|
+
Connection:
|
42
|
+
- keep-alive
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"error":"No chat or mention items"}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Mon, 19 Jan 2015 19:41:24 GMT
|
48
|
+
recorded_with: VCR 2.9.3
|
data/spec/vcr/rooms.yml
ADDED
@@ -0,0 +1,53 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.gitter.im/v1/rooms
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Content-Type:
|
24
|
+
- application/json; charset=utf-8
|
25
|
+
Date:
|
26
|
+
- Sun, 18 Jan 2015 18:20:29 GMT
|
27
|
+
Etag:
|
28
|
+
- W/"152-522a706e"
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421605289697'
|
39
|
+
X-Server-Id:
|
40
|
+
- app-002
|
41
|
+
X-Upstream:
|
42
|
+
- 127.0.0.1:5025
|
43
|
+
Content-Length:
|
44
|
+
- '338'
|
45
|
+
Connection:
|
46
|
+
- keep-alive
|
47
|
+
body:
|
48
|
+
encoding: US-ASCII
|
49
|
+
string: ! '[{"id":"54b7e136db8155e6700eb569","name":"zoso10/skriv","topic":"Advanced
|
50
|
+
Note-Taking Application","uri":"zoso10/skriv","oneToOne":false,"userCount":2,"unreadItems":0,"mentions":0,"lastAccessTime":"2015-01-18T15:14:53.598Z","lurk":false,"url":"/zoso10/skriv","githubType":"REPO","security":"PUBLIC","premium":false,"noindex":false,"v":1}]'
|
51
|
+
http_version:
|
52
|
+
recorded_at: Sun, 18 Jan 2015 18:20:29 GMT
|
53
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,52 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.gitter.im/v1/rooms/54b7e136db8155e6700eb569/channels
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Content-Type:
|
24
|
+
- application/json; charset=utf-8
|
25
|
+
Date:
|
26
|
+
- Sun, 18 Jan 2015 18:50:45 GMT
|
27
|
+
Etag:
|
28
|
+
- W/"2-d4cbb29"
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421607105353'
|
39
|
+
X-Server-Id:
|
40
|
+
- app-001
|
41
|
+
X-Upstream:
|
42
|
+
- 127.0.0.1:5025
|
43
|
+
Content-Length:
|
44
|
+
- '2'
|
45
|
+
Connection:
|
46
|
+
- keep-alive
|
47
|
+
body:
|
48
|
+
encoding: UTF-8
|
49
|
+
string: "[]"
|
50
|
+
http_version:
|
51
|
+
recorded_at: Sun, 18 Jan 2015 18:50:45 GMT
|
52
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.gitter.im/v1/rooms/54b7e136db8155e6700eb569/users
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Content-Type:
|
24
|
+
- application/json; charset=utf-8
|
25
|
+
Date:
|
26
|
+
- Sun, 18 Jan 2015 18:45:54 GMT
|
27
|
+
Etag:
|
28
|
+
- W/"22d-57f81da6"
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421606814377'
|
39
|
+
X-Server-Id:
|
40
|
+
- app-001
|
41
|
+
X-Upstream:
|
42
|
+
- 127.0.0.1:5025
|
43
|
+
Content-Length:
|
44
|
+
- '557'
|
45
|
+
Connection:
|
46
|
+
- keep-alive
|
47
|
+
body:
|
48
|
+
encoding: UTF-8
|
49
|
+
string: '[{"id":"54b7df5bdb8155e6700eb552","username":"zoso10","displayName":"Tyler
|
50
|
+
Ewing","url":"/zoso10","avatarUrlSmall":"https://avatars.githubusercontent.com/u/1211946?v=3&s=60","avatarUrlMedium":"https://avatars.githubusercontent.com/u/1211946?v=3&s=128","role":"admin"},{"id":"54b7e066db8155e6700eb55e","username":"Phyllostachys","displayName":"Jacob
|
51
|
+
Shaffer","url":"/Phyllostachys","avatarUrlSmall":"https://avatars.githubusercontent.com/u/1503954?v=3&s=60","avatarUrlMedium":"https://avatars.githubusercontent.com/u/1503954?v=3&s=128","role":"contributor"}]'
|
52
|
+
http_version:
|
53
|
+
recorded_at: Sun, 18 Jan 2015 18:45:54 GMT
|
54
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.gitter.im/v1/rooms/54b7e136db8155e6700eb569/chatMessages
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"text":"This is a sample message"}'
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Cache-Control:
|
24
|
+
- no-cache
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Date:
|
28
|
+
- Mon, 19 Jan 2015 14:57:14 GMT
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421679494480'
|
39
|
+
X-Server-Id:
|
40
|
+
- app-001
|
41
|
+
X-Upstream:
|
42
|
+
- 127.0.0.1:5025
|
43
|
+
Content-Length:
|
44
|
+
- '492'
|
45
|
+
Connection:
|
46
|
+
- keep-alive
|
47
|
+
body:
|
48
|
+
encoding: UTF-8
|
49
|
+
string: '{"id":"54bd1b4a573df0f92345a00f","text":"This is a sample message","html":"This
|
50
|
+
is a sample message","sent":"2015-01-19T14:57:14.492Z","editedAt":null,"fromUser":{"id":"54b7df5bdb8155e6700eb552","username":"zoso10","displayName":"Tyler
|
51
|
+
Ewing","url":"/zoso10","avatarUrlSmall":"https://avatars.githubusercontent.com/u/1211946?v=3&s=60","avatarUrlMedium":"https://avatars.githubusercontent.com/u/1211946?v=3&s=128"},"unread":false,"readBy":0,"urls":[],"mentions":[],"issues":[],"meta":{},"v":1}'
|
52
|
+
http_version:
|
53
|
+
recorded_at: Mon, 19 Jan 2015 14:57:14 GMT
|
54
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: put
|
5
|
+
uri: https://api.gitter.im/v1/rooms/54b7e136db8155e6700eb569/chatMessages/54bd1b4a573df0f92345a00f
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"text":"This message has been updated"}'
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 400
|
19
|
+
message: Bad Request
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Cache-Control:
|
24
|
+
- no-cache
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Date:
|
28
|
+
- Mon, 19 Jan 2015 15:09:54 GMT
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421680254445'
|
39
|
+
Content-Length:
|
40
|
+
- '47'
|
41
|
+
Connection:
|
42
|
+
- keep-alive
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"error":"You can no longer edit this message"}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Mon, 19 Jan 2015 15:09:54 GMT
|
48
|
+
recorded_with: VCR 2.9.3
|
data/spec/vcr/user.yml
ADDED
@@ -0,0 +1,53 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.gitter.im/v1/user
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Content-Type:
|
24
|
+
- application/json; charset=utf-8
|
25
|
+
Date:
|
26
|
+
- Mon, 19 Jan 2015 19:12:23 GMT
|
27
|
+
Etag:
|
28
|
+
- W/"fd-56d0cefc"
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421694803805'
|
39
|
+
X-Server-Id:
|
40
|
+
- app-001
|
41
|
+
X-Upstream:
|
42
|
+
- 127.0.0.1:5025
|
43
|
+
Content-Length:
|
44
|
+
- '253'
|
45
|
+
Connection:
|
46
|
+
- keep-alive
|
47
|
+
body:
|
48
|
+
encoding: UTF-8
|
49
|
+
string: '[{"id":"54b7df5bdb8155e6700eb552","username":"zoso10","displayName":"Tyler
|
50
|
+
Ewing","url":"/zoso10","avatarUrlSmall":"https://avatars.githubusercontent.com/u/1211946?v=3&s=60","avatarUrlMedium":"https://avatars.githubusercontent.com/u/1211946?v=3&s=128"}]'
|
51
|
+
http_version:
|
52
|
+
recorded_at: Mon, 19 Jan 2015 19:12:23 GMT
|
53
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,52 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.gitter.im/v1/user/54b7df5bdb8155e6700eb552/channels
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Content-Type:
|
24
|
+
- application/json; charset=utf-8
|
25
|
+
Date:
|
26
|
+
- Tue, 20 Jan 2015 02:00:48 GMT
|
27
|
+
Etag:
|
28
|
+
- W/"2-d4cbb29"
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421719308096'
|
39
|
+
X-Server-Id:
|
40
|
+
- app-002
|
41
|
+
X-Upstream:
|
42
|
+
- 127.0.0.1:5025
|
43
|
+
Content-Length:
|
44
|
+
- '2'
|
45
|
+
Connection:
|
46
|
+
- keep-alive
|
47
|
+
body:
|
48
|
+
encoding: UTF-8
|
49
|
+
string: "[]"
|
50
|
+
http_version:
|
51
|
+
recorded_at: Tue, 20 Jan 2015 02:00:48 GMT
|
52
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,52 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.gitter.im/v1/user/54b7df5bdb8155e6700eb552/orgs
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer redacted
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset
|
23
|
+
Content-Type:
|
24
|
+
- application/json; charset=utf-8
|
25
|
+
Date:
|
26
|
+
- Mon, 19 Jan 2015 19:45:56 GMT
|
27
|
+
Etag:
|
28
|
+
- W/"2ea-b90a9db8"
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Vary:
|
32
|
+
- Origin
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '100'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '99'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1421696816363'
|
39
|
+
X-Server-Id:
|
40
|
+
- app-002
|
41
|
+
X-Upstream:
|
42
|
+
- 127.0.0.1:5025
|
43
|
+
Content-Length:
|
44
|
+
- '746'
|
45
|
+
Connection:
|
46
|
+
- keep-alive
|
47
|
+
body:
|
48
|
+
encoding: UTF-8
|
49
|
+
string: '[{"id":6183,"name":"thoughtbot","avatar_url":"https://avatars.githubusercontent.com/u/6183?v=3","room":{"id":"529cd337ed5ab0b3bf04e28f","name":"thoughtbot","topic":"","uri":"thoughtbot","oneToOne":false,"userCount":166,"unreadItems":0,"mentions":0,"lurk":false,"url":"/thoughtbot","githubType":"ORG","premium":false,"noindex":false,"v":259},"premium":false},{"id":13542,"name":"secondrotation","avatar_url":"https://avatars.githubusercontent.com/u/13542?v=3","room":null,"premium":false},{"id":6141935,"name":"TeamDogFace","avatar_url":"https://avatars.githubusercontent.com/u/6141935?v=3","room":null,"premium":false},{"id":9814618,"name":"GoTally","avatar_url":"https://avatars.githubusercontent.com/u/9814618?v=3","room":null,"premium":false}]'
|
50
|
+
http_version:
|
51
|
+
recorded_at: Mon, 19 Jan 2015 19:45:56 GMT
|
52
|
+
recorded_with: VCR 2.9.3
|