barthes 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- data/example/q3_spec.json +8 -8
- data/lib/barthes/runner.rb +1 -0
- data/lib/barthes/version.rb +1 -1
- metadata +4 -4
data/example/q3_spec.json
CHANGED
@@ -3,17 +3,17 @@
|
|
3
3
|
["action", "create queue with CreateQueue API", {
|
4
4
|
"params": {
|
5
5
|
"Action": "CreateQueue",
|
6
|
-
"QueueName": "
|
6
|
+
"QueueName": "tilytest"
|
7
7
|
},
|
8
8
|
"expectations": [
|
9
9
|
{
|
10
10
|
"type": "response_code",
|
11
|
-
"value":
|
11
|
+
"value": 400
|
12
12
|
},
|
13
13
|
{
|
14
14
|
"type": "xpath_value",
|
15
15
|
"xpath": "//CreateQueueResponse/CreateQueueResult/QueueUrl",
|
16
|
-
"value": "http://q3-global.herokuapp.com/*/
|
16
|
+
"value": "http://q3-global.herokuapp.com/*/tilytest"
|
17
17
|
}
|
18
18
|
]
|
19
19
|
}],
|
@@ -27,9 +27,9 @@
|
|
27
27
|
"value": 200
|
28
28
|
},
|
29
29
|
{
|
30
|
-
"type": "
|
31
|
-
"xpath": "ListQueuesResponse/ListQueuesResult/QueueUrl[
|
32
|
-
"value":
|
30
|
+
"type": "xpath_size",
|
31
|
+
"xpath": "ListQueuesResponse/ListQueuesResult/QueueUrl[text()='http://q3-global.herokuapp.com/*/tilytest']",
|
32
|
+
"value": 1
|
33
33
|
}
|
34
34
|
]
|
35
35
|
}],
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"MessageBody": "hello barthes"
|
40
40
|
},
|
41
41
|
"env": {
|
42
|
-
"path": "/*/
|
42
|
+
"path": "/*/tilytest"
|
43
43
|
},
|
44
44
|
"expectations": [
|
45
45
|
{
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"Action": "ReceiveMessage"
|
54
54
|
},
|
55
55
|
"env": {
|
56
|
-
"path": "/*/
|
56
|
+
"path": "/*/tilytest"
|
57
57
|
},
|
58
58
|
"expectations": [
|
59
59
|
{
|
data/lib/barthes/runner.rb
CHANGED
data/lib/barthes/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: barthes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.23
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-11-
|
12
|
+
date: 2014-11-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -231,7 +231,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
231
231
|
version: '0'
|
232
232
|
segments:
|
233
233
|
- 0
|
234
|
-
hash:
|
234
|
+
hash: -4223808324431117070
|
235
235
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
236
236
|
none: false
|
237
237
|
requirements:
|
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
240
|
version: '0'
|
241
241
|
segments:
|
242
242
|
- 0
|
243
|
-
hash:
|
243
|
+
hash: -4223808324431117070
|
244
244
|
requirements: []
|
245
245
|
rubyforge_project:
|
246
246
|
rubygems_version: 1.8.24
|