rest_baby 0.1 → 0.2
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/ChangeLog +13 -0
- data/README.md +2 -2
- data/Rakefile +8 -1
- data/doc/MockRestService.html +351 -0
- data/doc/PinchRestService.html +349 -0
- data/doc/RestBaby/Client.html +936 -0
- data/doc/RestBaby.html +170 -0
- data/doc/_index.html +182 -0
- data/doc/class_list.html +74 -0
- data/doc/css/common.css +1 -0
- data/doc/css/cucumber.css +227 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +338 -0
- data/doc/feature_list.html +245 -0
- data/doc/featuredirectories_list.html +179 -0
- data/doc/file.README.html +134 -0
- data/doc/file_list.html +76 -0
- data/doc/frames.html +28 -0
- data/doc/index.html +134 -0
- data/doc/js/app.js +214 -0
- data/doc/js/cucumber.js +305 -0
- data/doc/js/full_list.js +178 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +169 -0
- data/doc/requirements/features/header_options.html +1020 -0
- data/doc/requirements/features/headers/header_options.html +1020 -0
- data/doc/requirements/features/headers.html +157 -0
- data/doc/requirements/features/print_response.html +969 -0
- data/doc/requirements/features/rest_client.html +835 -0
- data/doc/requirements/features.html +199 -0
- data/doc/requirements/step_transformers.html +1508 -0
- data/doc/requirements/tags/authentication.html +169 -0
- data/doc/requirements/tags/core.html +187 -0
- data/doc/requirements/tags/delete.html +169 -0
- data/doc/requirements/tags/extended.html +223 -0
- data/doc/requirements/tags/get.html +178 -0
- data/doc/requirements/tags/headers.html +169 -0
- data/doc/requirements/tags/post.html +196 -0
- data/doc/requirements/tags/print.html +187 -0
- data/doc/requirements/tags/put.html +169 -0
- data/doc/requirements/tags.html +408 -0
- data/doc/requirements.html +213 -0
- data/doc/step_list.html +825 -0
- data/doc/stepdefinition_list.html +230 -0
- data/doc/tag_list.html +131 -0
- data/doc/top-level-namespace.html +244 -0
- data/features/{header_options.feature → headers/header_options.feature} +0 -0
- data/features/step_definitions/rest_client_steps.rb +5 -4
- data/features/support/env.rb +1 -18
- data/features/support/mock_rest_service.rb +1 -1
- data/lib/rest_baby/version.rb +1 -1
- data/lib/rest_baby.rb +62 -35
- metadata +49 -5
- data/LICENSE +0 -24
@@ -0,0 +1,157 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Feature Directory: headers
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<link rel="stylesheet" href="../../css/cucumber.css" type="text/css" charset="utf-8" />
|
18
|
+
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
hasFrames = window.top.frames.main ? true : false;
|
21
|
+
relpath = '../../';
|
22
|
+
framesUrl = "../../frames.html#!" + escape(window.location.href);
|
23
|
+
</script>
|
24
|
+
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
27
|
+
|
28
|
+
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
29
|
+
|
30
|
+
<script type="text/javascript" charset="utf-8" src="../../js/cucumber.js"></script>
|
31
|
+
|
32
|
+
|
33
|
+
</head>
|
34
|
+
<body>
|
35
|
+
<div id="header">
|
36
|
+
<div id="menu">
|
37
|
+
|
38
|
+
<a href="../../_index.html">Index (h)</a> »
|
39
|
+
<span class='title'><span class='object_link'><a href="../../requirements.html" title="requirements (requirements)">requirements</a></span></span> » <span class='title'><span class='object_link'><a href="../features.html" title="requirements::features (featuredirectory)">features</a></span></span>
|
40
|
+
»
|
41
|
+
<span class="title">headers</span>
|
42
|
+
|
43
|
+
|
44
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="search">
|
48
|
+
|
49
|
+
<a class="full_list_link" id="feature_list_link"
|
50
|
+
href="../../feature_list.html">
|
51
|
+
Features
|
52
|
+
</a>
|
53
|
+
|
54
|
+
<a class="full_list_link" id="featuredirectories_list_link"
|
55
|
+
href="../../featuredirectories_list.html">
|
56
|
+
Features by Directory
|
57
|
+
</a>
|
58
|
+
|
59
|
+
<a class="full_list_link" id="tag_list_link"
|
60
|
+
href="../../tag_list.html">
|
61
|
+
Tags
|
62
|
+
</a>
|
63
|
+
|
64
|
+
<a class="full_list_link" id="step_list_link"
|
65
|
+
href="../../step_list.html">
|
66
|
+
Steps
|
67
|
+
</a>
|
68
|
+
|
69
|
+
<a class="full_list_link" id="stepdefinition_list_link"
|
70
|
+
href="../../stepdefinition_list.html">
|
71
|
+
Step Defs
|
72
|
+
</a>
|
73
|
+
|
74
|
+
<a class="full_list_link" id="class_list_link"
|
75
|
+
href="../../class_list.html">
|
76
|
+
Class List
|
77
|
+
</a>
|
78
|
+
|
79
|
+
<a class="full_list_link" id="method_list_link"
|
80
|
+
href="../../method_list.html">
|
81
|
+
Method List
|
82
|
+
</a>
|
83
|
+
|
84
|
+
<a class="full_list_link" id="file_list_link"
|
85
|
+
href="../../file_list.html">
|
86
|
+
File List
|
87
|
+
</a>
|
88
|
+
|
89
|
+
</div>
|
90
|
+
<div class="clear"></div>
|
91
|
+
</div>
|
92
|
+
|
93
|
+
<iframe id="search_frame"></iframe>
|
94
|
+
|
95
|
+
<div id="content">
|
96
|
+
|
97
|
+
<div class="requirements">
|
98
|
+
<div class="title">
|
99
|
+
<span class="pre">Directory:</span>
|
100
|
+
<span class="name">Headers</span>
|
101
|
+
</div>
|
102
|
+
|
103
|
+
<div class="readme">
|
104
|
+
|
105
|
+
</div>
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
<table style="margin-left: 10px; width: 100%;">
|
111
|
+
<tr>
|
112
|
+
<td valign='top' width="50%">
|
113
|
+
|
114
|
+
|
115
|
+
<ul id="alpha_C" class="alpha">
|
116
|
+
<li class="letter">C</li>
|
117
|
+
<ul>
|
118
|
+
|
119
|
+
<li>
|
120
|
+
<span class='object_link'><a href="headers/header_options.html" title="requirements::features::headers::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
121
|
+
<small>(features/headers/header_options.feature)</small>
|
122
|
+
</li>
|
123
|
+
|
124
|
+
</ul>
|
125
|
+
</ul>
|
126
|
+
|
127
|
+
</td>
|
128
|
+
</tr>
|
129
|
+
</table>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
<div id="directory">
|
135
|
+
<div class="title"><span class="name">Tags</span></div>
|
136
|
+
</div>
|
137
|
+
<div class="tags">
|
138
|
+
<span class='object_link'><a href="../tags/authentication.html" title="requirements::tags::authentication (tag)">@authentication</a></span>,
|
139
|
+
<span class='object_link'><a href="../tags/extended.html" title="requirements::tags::extended (tag)">@extended</a></span>,
|
140
|
+
<span class='object_link'><a href="../tags/get.html" title="requirements::tags::get (tag)">@get</a></span>,
|
141
|
+
<span class='object_link'><a href="../tags/headers.html" title="requirements::tags::headers (tag)">@headers</a></span>,
|
142
|
+
<span class='object_link'><a href="../tags/post.html" title="requirements::tags::post (tag)">@post</a></span>
|
143
|
+
</div>
|
144
|
+
|
145
|
+
|
146
|
+
</div>
|
147
|
+
|
148
|
+
</div>
|
149
|
+
|
150
|
+
<div id="footer">
|
151
|
+
Generated on Tue Aug 6 23:42:43 2013 by
|
152
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
153
|
+
0.8.7 (ruby-2.0.0).
|
154
|
+
</div>
|
155
|
+
|
156
|
+
</body>
|
157
|
+
</html>
|