rest_baby 0.8 → 1.3
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 +4 -4
- data/.rubocop.yml +0 -1
- data/ChangeLog +12 -2
- data/Gemfile +2 -0
- data/Rakefile +7 -1
- data/doc/MockRestService.html +204 -31
- data/doc/RestBaby/Client.html +686 -246
- data/doc/RestBaby.html +6 -7
- data/doc/_index.html +6 -19
- data/doc/class_list.html +6 -2
- data/doc/css/style.css +2 -1
- data/doc/feature_list.html +82 -55
- data/doc/featuredirectories_list.html +25 -32
- data/doc/file.README.html +6 -6
- data/doc/file_list.html +5 -1
- data/doc/frames.html +5 -7
- data/doc/index.html +6 -6
- data/doc/js/app.js +7 -2
- data/doc/js/full_list.js +4 -1
- data/doc/method_list.html +41 -25
- data/doc/requirements/features/header_options.html +81 -45
- data/doc/requirements/features/print_response.html +42 -148
- data/doc/requirements/features/rest_client.html +38 -30
- data/doc/requirements/features/url_parameter.html +342 -0
- data/doc/requirements/features.html +42 -39
- data/doc/requirements/step_transformers.html +524 -321
- data/doc/requirements/tags/authentication.html +8 -8
- data/doc/requirements/tags/core.html +4 -4
- data/doc/requirements/tags/delete.html +4 -4
- data/doc/requirements/tags/extended.html +12 -12
- data/doc/requirements/tags/get.html +6 -6
- data/doc/requirements/tags/header.S1.html +160 -0
- data/doc/requirements/tags/header.S2.html +160 -0
- data/doc/requirements/tags/header.S3.html +160 -0
- data/doc/requirements/tags/header.S4.html +160 -0
- data/doc/requirements/tags/header.html +160 -0
- data/doc/requirements/tags/headers.html +7 -16
- data/doc/requirements/tags/parameter.S1.html +160 -0
- data/doc/requirements/tags/parameter.html +160 -0
- data/doc/requirements/tags/post.html +10 -10
- data/doc/requirements/tags/print.S1.html +160 -0
- data/doc/requirements/tags/print.S2.html +160 -0
- data/doc/requirements/tags/print.S3.html +160 -0
- data/doc/requirements/tags/print.S4.html +160 -0
- data/doc/requirements/tags/print.html +4 -4
- data/doc/requirements/tags/put.html +4 -4
- data/doc/requirements/tags/rest.S1.html +160 -0
- data/doc/requirements/tags/rest.S2.html +160 -0
- data/doc/requirements/tags/rest.S3.html +160 -0
- data/doc/requirements/tags/rest.S4.html +160 -0
- data/doc/requirements/tags.html +97 -57
- data/doc/requirements.html +43 -38
- data/doc/step_list.html +204 -189
- data/doc/stepdefinition_list.html +69 -35
- data/doc/tag_list.html +100 -6
- data/doc/top-level-namespace.html +79 -13
- data/features/step_definitions/rest_client_steps.rb +4 -4
- data/lib/rest_baby/version.rb +1 -1
- data/lib/rest_baby.rb +1 -1
- metadata +46 -31
- data/Gemfile.lock +0 -68
data/doc/requirements/tags.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Tags
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<script type="text/javascript" charset="utf-8">
|
20
20
|
hasFrames = window.top.frames.main ? true : false;
|
21
21
|
relpath = '../';
|
22
|
-
framesUrl = "../frames.html#!"
|
22
|
+
framesUrl = "../frames.html#!requirements/tags.html";
|
23
23
|
</script>
|
24
24
|
|
25
25
|
|
@@ -95,7 +95,7 @@
|
|
95
95
|
<div id="content">
|
96
96
|
<div id="tags" class="requirements">
|
97
97
|
<script type="text/javascript" charset="utf-8">
|
98
|
-
var tag_list = [ '@authentication','@core','@delete','@extended','@get','@headers','@post','@print','@put' ];
|
98
|
+
var tag_list = [ '@authentication','@core','@delete','@extended','@get','@header','@header.S1','@header.S2','@header.S3','@header.S4','@headers','@parameter','@parameter.S1','@post','@print','@print.S1','@print.S2','@print.S3','@print.S4','@put','@rest.S1','@rest.S2','@rest.S3','@rest.S4' ];
|
99
99
|
|
100
100
|
$(function() {
|
101
101
|
|
@@ -183,10 +183,25 @@
|
|
183
183
|
<span class="tag" href="tags/delete.html">@delete</span>,
|
184
184
|
<span class="tag" href="tags/extended.html">@extended</span>,
|
185
185
|
<span class="tag" href="tags/get.html">@get</span>,
|
186
|
+
<span class="tag" href="tags/header.html">@header</span>,
|
187
|
+
<span class="tag" href="tags/header.S1.html">@header.S1</span>,
|
188
|
+
<span class="tag" href="tags/header.S2.html">@header.S2</span>,
|
189
|
+
<span class="tag" href="tags/header.S3.html">@header.S3</span>,
|
190
|
+
<span class="tag" href="tags/header.S4.html">@header.S4</span>,
|
186
191
|
<span class="tag" href="tags/headers.html">@headers</span>,
|
192
|
+
<span class="tag" href="tags/parameter.html">@parameter</span>,
|
193
|
+
<span class="tag" href="tags/parameter.S1.html">@parameter.S1</span>,
|
187
194
|
<span class="tag" href="tags/post.html">@post</span>,
|
188
195
|
<span class="tag" href="tags/print.html">@print</span>,
|
189
|
-
<span class="tag" href="tags/
|
196
|
+
<span class="tag" href="tags/print.S1.html">@print.S1</span>,
|
197
|
+
<span class="tag" href="tags/print.S2.html">@print.S2</span>,
|
198
|
+
<span class="tag" href="tags/print.S3.html">@print.S3</span>,
|
199
|
+
<span class="tag" href="tags/print.S4.html">@print.S4</span>,
|
200
|
+
<span class="tag" href="tags/put.html">@put</span>,
|
201
|
+
<span class="tag" href="tags/rest.S1.html">@rest.S1</span>,
|
202
|
+
<span class="tag" href="tags/rest.S2.html">@rest.S2</span>,
|
203
|
+
<span class="tag" href="tags/rest.S3.html">@rest.S3</span>,
|
204
|
+
<span class="tag" href="tags/rest.S4.html">@rest.S4</span>
|
190
205
|
</div>
|
191
206
|
|
192
207
|
<div id="features">
|
@@ -197,7 +212,7 @@
|
|
197
212
|
<ul style="padding-left: 0px;">
|
198
213
|
|
199
214
|
<li class="feature odd ">
|
200
|
-
<span class='object_link'><a href="features/
|
215
|
+
<span class='object_link'><a href="features/url_parameter.html" title="requirements::features::url_parameter (feature)">As a rest client I need to use URL parameters in order to send those parameters to a restful service.</a></span>
|
201
216
|
|
202
217
|
|
203
218
|
</li>
|
@@ -205,54 +220,79 @@
|
|
205
220
|
|
206
221
|
<ul style="padding-left: 20px;">
|
207
222
|
|
208
|
-
<li class="scenario even @
|
223
|
+
<li class="scenario even @parameter @parameter.S1">
|
209
224
|
<span class='object_link'>
|
210
|
-
<a href="features/
|
211
|
-
|
225
|
+
<a href="features/url_parameter.html#scenario0">
|
226
|
+
Send parameter to a service.
|
212
227
|
</a>
|
213
228
|
</span>
|
214
229
|
|
215
230
|
|
216
|
-
- <small><span class="tag" href="tags/
|
231
|
+
- <small><span class="tag" href="tags/parameter.html">@parameter</span>, <span class="tag" href="tags/parameter.S1.html">@parameter.S1</span></small>
|
217
232
|
|
218
233
|
</li>
|
219
234
|
|
220
235
|
|
221
|
-
|
236
|
+
</ul>
|
237
|
+
|
238
|
+
|
239
|
+
<li class="feature odd ">
|
240
|
+
<span class='object_link'><a href="features/print_response.html" title="requirements::features::print_response (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
241
|
+
|
242
|
+
|
243
|
+
</li>
|
244
|
+
|
245
|
+
|
246
|
+
<ul style="padding-left: 20px;">
|
247
|
+
|
248
|
+
<li class="scenario even @extended @get @print @print.S1">
|
222
249
|
<span class='object_link'>
|
223
|
-
<a href="features/
|
224
|
-
client
|
250
|
+
<a href="features/print_response.html#scenario0">
|
251
|
+
client rest Get
|
225
252
|
</a>
|
226
253
|
</span>
|
227
254
|
|
228
255
|
|
229
|
-
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/
|
256
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/get.html">@get</span>, <span class="tag" href="tags/print.html">@print</span>, <span class="tag" href="tags/print.S1.html">@print.S1</span></small>
|
230
257
|
|
231
258
|
</li>
|
232
259
|
|
233
260
|
|
234
|
-
<li class="scenario
|
261
|
+
<li class="scenario odd @put @extended @print @print.S2">
|
235
262
|
<span class='object_link'>
|
236
|
-
<a href="features/
|
237
|
-
client
|
263
|
+
<a href="features/print_response.html#scenario1">
|
264
|
+
client rest Put
|
238
265
|
</a>
|
239
266
|
</span>
|
240
267
|
|
241
268
|
|
242
|
-
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/
|
269
|
+
- <small><span class="tag" href="tags/put.html">@put</span>, <span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/print.html">@print</span>, <span class="tag" href="tags/print.S2.html">@print.S2</span></small>
|
243
270
|
|
244
271
|
</li>
|
245
272
|
|
246
273
|
|
247
|
-
<li class="scenario
|
274
|
+
<li class="scenario even @post @extended @print @print.S3">
|
248
275
|
<span class='object_link'>
|
249
|
-
<a href="features/
|
250
|
-
client
|
276
|
+
<a href="features/print_response.html#scenario2">
|
277
|
+
client rest Post
|
278
|
+
</a>
|
279
|
+
</span>
|
280
|
+
|
281
|
+
|
282
|
+
- <small><span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/print.html">@print</span>, <span class="tag" href="tags/print.S3.html">@print.S3</span></small>
|
283
|
+
|
284
|
+
</li>
|
285
|
+
|
286
|
+
|
287
|
+
<li class="scenario odd @delete @extended @print @print.S4">
|
288
|
+
<span class='object_link'>
|
289
|
+
<a href="features/print_response.html#scenario3">
|
290
|
+
client rest Delete
|
251
291
|
</a>
|
252
292
|
</span>
|
253
293
|
|
254
294
|
|
255
|
-
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/
|
295
|
+
- <small><span class="tag" href="tags/delete.html">@delete</span>, <span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/print.html">@print</span>, <span class="tag" href="tags/print.S4.html">@print.S4</span></small>
|
256
296
|
|
257
297
|
</li>
|
258
298
|
|
@@ -261,7 +301,7 @@
|
|
261
301
|
|
262
302
|
|
263
303
|
<li class="feature even ">
|
264
|
-
<span class='object_link'><a href="features/
|
304
|
+
<span class='object_link'><a href="features/rest_client.html" title="requirements::features::rest_client (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
265
305
|
|
266
306
|
|
267
307
|
</li>
|
@@ -269,54 +309,54 @@
|
|
269
309
|
|
270
310
|
<ul style="padding-left: 20px;">
|
271
311
|
|
272
|
-
<li class="scenario odd @
|
312
|
+
<li class="scenario odd @core @get @rest.S1">
|
273
313
|
<span class='object_link'>
|
274
|
-
<a href="features/
|
275
|
-
client rest
|
314
|
+
<a href="features/rest_client.html#scenario0">
|
315
|
+
client rest GET
|
276
316
|
</a>
|
277
317
|
</span>
|
278
318
|
|
279
319
|
|
280
|
-
- <small><span class="tag" href="tags/
|
320
|
+
- <small><span class="tag" href="tags/core.html">@core</span>, <span class="tag" href="tags/get.html">@get</span>, <span class="tag" href="tags/rest.S1.html">@rest.S1</span></small>
|
281
321
|
|
282
322
|
</li>
|
283
323
|
|
284
324
|
|
285
|
-
<li class="scenario even @
|
325
|
+
<li class="scenario even @core @put @rest.S2">
|
286
326
|
<span class='object_link'>
|
287
|
-
<a href="features/
|
288
|
-
client rest
|
327
|
+
<a href="features/rest_client.html#scenario1">
|
328
|
+
client rest PUT
|
289
329
|
</a>
|
290
330
|
</span>
|
291
331
|
|
292
332
|
|
293
|
-
- <small><span class="tag" href="tags/
|
333
|
+
- <small><span class="tag" href="tags/core.html">@core</span>, <span class="tag" href="tags/put.html">@put</span>, <span class="tag" href="tags/rest.S2.html">@rest.S2</span></small>
|
294
334
|
|
295
335
|
</li>
|
296
336
|
|
297
337
|
|
298
|
-
<li class="scenario odd @
|
338
|
+
<li class="scenario odd @core @post @rest.S3">
|
299
339
|
<span class='object_link'>
|
300
|
-
<a href="features/
|
301
|
-
client rest
|
340
|
+
<a href="features/rest_client.html#scenario2">
|
341
|
+
client rest POST
|
302
342
|
</a>
|
303
343
|
</span>
|
304
344
|
|
305
345
|
|
306
|
-
- <small><span class="tag" href="tags/
|
346
|
+
- <small><span class="tag" href="tags/core.html">@core</span>, <span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/rest.S3.html">@rest.S3</span></small>
|
307
347
|
|
308
348
|
</li>
|
309
349
|
|
310
350
|
|
311
|
-
<li class="scenario even @
|
351
|
+
<li class="scenario even @core @delete @rest.S4">
|
312
352
|
<span class='object_link'>
|
313
|
-
<a href="features/
|
314
|
-
client rest
|
353
|
+
<a href="features/rest_client.html#scenario3">
|
354
|
+
client rest DELETE
|
315
355
|
</a>
|
316
356
|
</span>
|
317
357
|
|
318
358
|
|
319
|
-
- <small><span class="tag" href="tags/
|
359
|
+
- <small><span class="tag" href="tags/core.html">@core</span>, <span class="tag" href="tags/delete.html">@delete</span>, <span class="tag" href="tags/rest.S4.html">@rest.S4</span></small>
|
320
360
|
|
321
361
|
</li>
|
322
362
|
|
@@ -325,7 +365,7 @@
|
|
325
365
|
|
326
366
|
|
327
367
|
<li class="feature odd ">
|
328
|
-
<span class='object_link'><a href="features/
|
368
|
+
<span class='object_link'><a href="features/header_options.html" title="requirements::features::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
329
369
|
|
330
370
|
|
331
371
|
</li>
|
@@ -333,54 +373,54 @@
|
|
333
373
|
|
334
374
|
<ul style="padding-left: 20px;">
|
335
375
|
|
336
|
-
<li class="scenario even @
|
376
|
+
<li class="scenario even @extended @get @header @header.S1">
|
337
377
|
<span class='object_link'>
|
338
|
-
<a href="features/
|
339
|
-
client
|
378
|
+
<a href="features/header_options.html#scenario0">
|
379
|
+
client uses an Accept header for a GET
|
340
380
|
</a>
|
341
381
|
</span>
|
342
382
|
|
343
383
|
|
344
|
-
- <small><span class="tag" href="tags/
|
384
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/get.html">@get</span>, <span class="tag" href="tags/header.html">@header</span>, <span class="tag" href="tags/header.S1.html">@header.S1</span></small>
|
345
385
|
|
346
386
|
</li>
|
347
387
|
|
348
388
|
|
349
|
-
<li class="scenario odd @
|
389
|
+
<li class="scenario odd @extended @post @headers @header.S2">
|
350
390
|
<span class='object_link'>
|
351
|
-
<a href="features/
|
352
|
-
client
|
391
|
+
<a href="features/header_options.html#scenario1">
|
392
|
+
client uses an Accept and a Content-Type header for a POST
|
353
393
|
</a>
|
354
394
|
</span>
|
355
395
|
|
356
396
|
|
357
|
-
- <small><span class="tag" href="tags/
|
397
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/headers.html">@headers</span>, <span class="tag" href="tags/header.S2.html">@header.S2</span></small>
|
358
398
|
|
359
399
|
</li>
|
360
400
|
|
361
401
|
|
362
|
-
<li class="scenario even @
|
402
|
+
<li class="scenario even @extended @post @authentication @header.S3">
|
363
403
|
<span class='object_link'>
|
364
|
-
<a href="features/
|
365
|
-
client
|
404
|
+
<a href="features/header_options.html#scenario2">
|
405
|
+
client uses basic authentication
|
366
406
|
</a>
|
367
407
|
</span>
|
368
408
|
|
369
409
|
|
370
|
-
- <small><span class="tag" href="tags/
|
410
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/authentication.html">@authentication</span>, <span class="tag" href="tags/header.S3.html">@header.S3</span></small>
|
371
411
|
|
372
412
|
</li>
|
373
413
|
|
374
414
|
|
375
|
-
<li class="scenario odd @
|
415
|
+
<li class="scenario odd @extended @post @authentication @header.S4">
|
376
416
|
<span class='object_link'>
|
377
|
-
<a href="features/
|
378
|
-
client
|
417
|
+
<a href="features/header_options.html#scenario3">
|
418
|
+
client uses a secure web server
|
379
419
|
</a>
|
380
420
|
</span>
|
381
421
|
|
382
422
|
|
383
|
-
- <small><span class="tag" href="tags/
|
423
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/authentication.html">@authentication</span>, <span class="tag" href="tags/header.S4.html">@header.S4</span></small>
|
384
424
|
|
385
425
|
</li>
|
386
426
|
|
@@ -399,9 +439,9 @@
|
|
399
439
|
</div>
|
400
440
|
|
401
441
|
<div id="footer">
|
402
|
-
Generated on
|
442
|
+
Generated on Fri Jul 17 23:52:38 2015 by
|
403
443
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
404
|
-
0.8.7 (ruby-2.0.0).
|
444
|
+
0.8.7.6 (ruby-2.0.0).
|
405
445
|
</div>
|
406
446
|
|
407
447
|
</body>
|
data/doc/requirements.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Requirements
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<script type="text/javascript" charset="utf-8">
|
20
20
|
hasFrames = window.top.frames.main ? true : false;
|
21
21
|
relpath = '';
|
22
|
-
framesUrl = "frames.html#!"
|
22
|
+
framesUrl = "frames.html#!requirements.html";
|
23
23
|
</script>
|
24
24
|
|
25
25
|
|
@@ -111,13 +111,29 @@
|
|
111
111
|
<td valign='top' width="50%">
|
112
112
|
|
113
113
|
|
114
|
+
<ul id="alpha_A" class="alpha">
|
115
|
+
<li class="letter">A</li>
|
116
|
+
<ul>
|
117
|
+
|
118
|
+
<li>
|
119
|
+
<span class='object_link'><a href="requirements/features/url_parameter.html" title="requirements::features::url_parameter (feature)">As a rest client I need to use URL parameters in order to send those parameters to a restful service.</a></span>
|
120
|
+
<small>(features/url_parameter.feature)</small>
|
121
|
+
</li>
|
122
|
+
|
123
|
+
</ul>
|
124
|
+
</ul>
|
125
|
+
|
126
|
+
|
127
|
+
</td><td valign='top' width="50%">
|
128
|
+
|
129
|
+
|
114
130
|
<ul id="alpha_C" class="alpha">
|
115
131
|
<li class="letter">C</li>
|
116
132
|
<ul>
|
117
133
|
|
118
134
|
<li>
|
119
|
-
<span class='object_link'><a href="requirements/features/
|
120
|
-
<small>(features/
|
135
|
+
<span class='object_link'><a href="requirements/features/rest_client.html" title="requirements::features::rest_client (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
136
|
+
<small>(features/rest_client.feature)</small>
|
121
137
|
</li>
|
122
138
|
|
123
139
|
<li>
|
@@ -126,8 +142,8 @@
|
|
126
142
|
</li>
|
127
143
|
|
128
144
|
<li>
|
129
|
-
<span class='object_link'><a href="requirements/features/
|
130
|
-
<small>(features/
|
145
|
+
<span class='object_link'><a href="requirements/features/header_options.html" title="requirements::features::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
146
|
+
<small>(features/header_options.feature)</small>
|
131
147
|
</li>
|
132
148
|
|
133
149
|
</ul>
|
@@ -149,51 +165,40 @@
|
|
149
165
|
<span class='object_link'><a href="requirements/tags/delete.html" title="requirements::tags::delete (tag)">@delete</a></span>,
|
150
166
|
<span class='object_link'><a href="requirements/tags/extended.html" title="requirements::tags::extended (tag)">@extended</a></span>,
|
151
167
|
<span class='object_link'><a href="requirements/tags/get.html" title="requirements::tags::get (tag)">@get</a></span>,
|
168
|
+
<span class='object_link'><a href="requirements/tags/header.html" title="requirements::tags::header (tag)">@header</a></span>,
|
169
|
+
<span class='object_link'><a href="requirements/tags/header.S1.html" title="requirements::tags::header.S1 (tag)">@header.S1</a></span>,
|
170
|
+
<span class='object_link'><a href="requirements/tags/header.S2.html" title="requirements::tags::header.S2 (tag)">@header.S2</a></span>,
|
171
|
+
<span class='object_link'><a href="requirements/tags/header.S3.html" title="requirements::tags::header.S3 (tag)">@header.S3</a></span>,
|
172
|
+
<span class='object_link'><a href="requirements/tags/header.S4.html" title="requirements::tags::header.S4 (tag)">@header.S4</a></span>,
|
152
173
|
<span class='object_link'><a href="requirements/tags/headers.html" title="requirements::tags::headers (tag)">@headers</a></span>,
|
174
|
+
<span class='object_link'><a href="requirements/tags/parameter.html" title="requirements::tags::parameter (tag)">@parameter</a></span>,
|
175
|
+
<span class='object_link'><a href="requirements/tags/parameter.S1.html" title="requirements::tags::parameter.S1 (tag)">@parameter.S1</a></span>,
|
153
176
|
<span class='object_link'><a href="requirements/tags/post.html" title="requirements::tags::post (tag)">@post</a></span>,
|
154
177
|
<span class='object_link'><a href="requirements/tags/print.html" title="requirements::tags::print (tag)">@print</a></span>,
|
155
|
-
<span class='object_link'><a href="requirements/tags/
|
178
|
+
<span class='object_link'><a href="requirements/tags/print.S1.html" title="requirements::tags::print.S1 (tag)">@print.S1</a></span>,
|
179
|
+
<span class='object_link'><a href="requirements/tags/print.S2.html" title="requirements::tags::print.S2 (tag)">@print.S2</a></span>,
|
180
|
+
<span class='object_link'><a href="requirements/tags/print.S3.html" title="requirements::tags::print.S3 (tag)">@print.S3</a></span>,
|
181
|
+
<span class='object_link'><a href="requirements/tags/print.S4.html" title="requirements::tags::print.S4 (tag)">@print.S4</a></span>,
|
182
|
+
<span class='object_link'><a href="requirements/tags/put.html" title="requirements::tags::put (tag)">@put</a></span>,
|
183
|
+
<span class='object_link'><a href="requirements/tags/rest.S1.html" title="requirements::tags::rest.S1 (tag)">@rest.S1</a></span>,
|
184
|
+
<span class='object_link'><a href="requirements/tags/rest.S2.html" title="requirements::tags::rest.S2 (tag)">@rest.S2</a></span>,
|
185
|
+
<span class='object_link'><a href="requirements/tags/rest.S3.html" title="requirements::tags::rest.S3 (tag)">@rest.S3</a></span>,
|
186
|
+
<span class='object_link'><a href="requirements/tags/rest.S4.html" title="requirements::tags::rest.S4 (tag)">@rest.S4</a></span>
|
156
187
|
</div>
|
157
188
|
|
158
189
|
|
159
|
-
|
160
|
-
<div class="title"><span class="name">Subdirectories</span></div>
|
161
|
-
</div>
|
162
|
-
|
163
|
-
|
164
|
-
<table style="margin-left: 10px; width: 100%;">
|
165
|
-
<tr>
|
166
|
-
<td valign='top' width="50%">
|
167
|
-
|
168
|
-
|
169
|
-
<ul id="alpha_H" class="alpha">
|
170
|
-
<li class="letter">H</li>
|
171
|
-
<ul>
|
172
|
-
|
173
|
-
<li>
|
174
|
-
<span class='object_link'><a href="requirements/features/headers.html" title="requirements::features::headers (featuredirectory)">headers</a></span>
|
175
|
-
<small>(headers)</small>
|
176
|
-
</li>
|
177
|
-
|
178
|
-
</ul>
|
179
|
-
</ul>
|
180
|
-
|
181
|
-
</td>
|
182
|
-
</tr>
|
183
|
-
</table>
|
184
|
-
|
185
|
-
|
190
|
+
<!-- No Feature Directories -->
|
186
191
|
|
187
192
|
|
188
193
|
<div id="directory" style="margin-left: 40px;">
|
189
194
|
<div class="title"><span class="name">Step Definitions & Transforms</span></div>
|
190
195
|
</div>
|
191
196
|
<div class="steptransformers">
|
192
|
-
|
197
|
+
16
|
193
198
|
<a href="requirements/step_transformers.html#step_definitions">Step Definitions</a>
|
194
199
|
0
|
195
200
|
<a href="requirements/step_transformers.html#step_transforms">Transforms</a>
|
196
|
-
and
|
201
|
+
and 6
|
197
202
|
<a href="requirements/step_transformers.html#undefined_steps">Undefined Steps</a>
|
198
203
|
</div>
|
199
204
|
|
@@ -204,9 +209,9 @@
|
|
204
209
|
</div>
|
205
210
|
|
206
211
|
<div id="footer">
|
207
|
-
Generated on
|
212
|
+
Generated on Fri Jul 17 23:52:38 2015 by
|
208
213
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
209
|
-
0.8.7 (ruby-2.0.0).
|
214
|
+
0.8.7.6 (ruby-2.0.0).
|
210
215
|
</div>
|
211
216
|
|
212
217
|
</body>
|