rest_baby 0.3 → 0.4
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 +3 -0
- data/Gemfile +6 -8
- data/doc/MockRestService.html +13 -5
- data/doc/_index.html +45 -4
- data/doc/class_list.html +1 -1
- data/doc/css/style.css +1 -1
- data/doc/feature_list.html +39 -39
- data/doc/file.README.html +5 -5
- data/doc/frames.html +7 -5
- data/doc/index.html +5 -5
- data/doc/js/app.js +2 -7
- data/doc/method_list.html +26 -20
- data/doc/requirements/features/headers/header_options.html +33 -45
- data/doc/requirements/features/headers.html +4 -5
- data/doc/requirements/features/print_response.html +138 -26
- data/doc/requirements/features/rest_client.html +23 -23
- data/doc/requirements/features.html +8 -9
- data/doc/requirements/step_transformers.html +230 -212
- data/doc/requirements/tags/authentication.html +3 -3
- data/doc/requirements/tags/core.html +3 -3
- data/doc/requirements/tags/delete.html +3 -3
- data/doc/requirements/tags/extended.html +3 -3
- data/doc/requirements/tags/get.html +3 -3
- data/doc/requirements/tags/headers.html +3 -3
- data/doc/requirements/tags/post.html +3 -3
- data/doc/requirements/tags/print.html +3 -3
- data/doc/requirements/tags/put.html +3 -3
- data/doc/requirements/tags.html +39 -40
- data/doc/requirements.html +9 -10
- data/doc/step_list.html +210 -166
- data/doc/stepdefinition_list.html +40 -40
- data/doc/tag_list.html +6 -12
- data/doc/top-level-namespace.html +14 -5
- 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
- data/rest_baby.gemspec +1 -2
- metadata +23 -24
- data/doc/requirements/tags/wip.html +0 -187
@@ -1,187 +0,0 @@
|
|
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
|
-
Tag: @wip
|
8
|
-
|
9
|
-
— Documentation by YARD 0.8.7.3
|
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 (w)</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="../tags.html" title="requirements::tags (featuretags)">tags</a></span></span>
|
40
|
-
»
|
41
|
-
<span class="title">wip</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"><div class="tag">
|
96
|
-
<div class="title">
|
97
|
-
<span class="pre">Tag:</span>
|
98
|
-
<span class="name">@wip</span>
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
<div class="meta">
|
103
|
-
<div class="file">
|
104
|
-
|
105
|
-
|
106
|
-
4 scenarios
|
107
|
-
</div>
|
108
|
-
</div>
|
109
|
-
|
110
|
-
<div style="margin-top: 20px;"> </div>
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
<div id="features" style="margin-left: 40px;">
|
116
|
-
<div class="title"><span class="name">Scenarios</span></div>
|
117
|
-
</div>
|
118
|
-
|
119
|
-
|
120
|
-
<table style="margin-left: 10px; width: 100%;">
|
121
|
-
<tr>
|
122
|
-
<td valign='top' width="50%">
|
123
|
-
|
124
|
-
|
125
|
-
<ul id="alpha_C" class="alpha">
|
126
|
-
<li class="letter">C</li>
|
127
|
-
<ul>
|
128
|
-
|
129
|
-
<li>
|
130
|
-
|
131
|
-
<a href="../features/headers/header_options.html#scenario_3">
|
132
|
-
client uses basic authentication
|
133
|
-
</a>
|
134
|
-
|
135
|
-
<small>(features/headers/header_options.feature)</small>
|
136
|
-
</li>
|
137
|
-
|
138
|
-
<li>
|
139
|
-
|
140
|
-
<a href="../features/headers/header_options.html#scenario_1">
|
141
|
-
client uses an Accept header for a GET
|
142
|
-
</a>
|
143
|
-
|
144
|
-
<small>(features/headers/header_options.feature)</small>
|
145
|
-
</li>
|
146
|
-
|
147
|
-
<li>
|
148
|
-
|
149
|
-
<a href="../features/headers/header_options.html#scenario_2">
|
150
|
-
client uses an Accept and a Content-Type header for a POST
|
151
|
-
</a>
|
152
|
-
|
153
|
-
<small>(features/headers/header_options.feature)</small>
|
154
|
-
</li>
|
155
|
-
|
156
|
-
<li>
|
157
|
-
|
158
|
-
<a href="../features/headers/header_options.html#scenario_4">
|
159
|
-
client uses a secure web server
|
160
|
-
</a>
|
161
|
-
|
162
|
-
<small>(features/headers/header_options.feature)</small>
|
163
|
-
</li>
|
164
|
-
|
165
|
-
</ul>
|
166
|
-
</ul>
|
167
|
-
|
168
|
-
</td>
|
169
|
-
</tr>
|
170
|
-
</table>
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
</div>
|
178
|
-
</div>
|
179
|
-
|
180
|
-
<div id="footer">
|
181
|
-
Generated on Thu Feb 13 23:38:39 2014 by
|
182
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
183
|
-
0.8.7.3 (ruby-2.0.0).
|
184
|
-
</div>
|
185
|
-
|
186
|
-
</body>
|
187
|
-
</html>
|