changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5.html

changeset 15: 64acf98d15f4
author: moriq@moriq.com
date: Mon Mar 10 10:12:58 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6<head>
7 <title>RSpec results</title>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <meta http-equiv="Expires" content="-1" />
10 <meta http-equiv="Pragma" content="no-cache" />
11 <style type="text/css">
12 body {
13 margin: 0;
14 padding: 0;
15 background: #fff;
16 font-size: 80%;
17 }
18 </style>
19</head>
20<body>
21<div class="rspec-report">
22 <script type="text/javascript">
23 // <![CDATA[
24function moveProgressBar(percentDone) {
25 document.getElementById("rspec-header").style.width = percentDone +"%";
26}
27function makeRed(element_id) {
28 document.getElementById(element_id).style.background = '#C40D0D';
29 document.getElementById(element_id).style.color = '#FFFFFF';
30}
31
32function makeYellow(element_id) {
33 if (element_id == "rspec-header" && document.getElementById(element_id).style.background != '#C40D0D')
34 {
35 document.getElementById(element_id).style.background = '#FAF834';
36 document.getElementById(element_id).style.color = '#000000';
37 }
38 else
39 {
40 document.getElementById(element_id).style.background = '#FAF834';
41 document.getElementById(element_id).style.color = '#000000';
42 }
43}
44
45 // ]]>
46 </script>
47 <style type="text/css">
48#rspec-header {
49 background: #65C400; color: #fff;
50}
51
52.rspec-report h1 {
53 margin: 0px 10px 0px 10px;
54 padding: 10px;
55 font-family: "Lucida Grande", Helvetica, sans-serif;
56 font-size: 1.8em;
57}
58
59#summary {
60 margin: 0; padding: 5px 10px;
61 font-family: "Lucida Grande", Helvetica, sans-serif;
62 text-align: right;
63 position: absolute;
64 top: 0px;
65 right: 0px;
66}
67
68#summary p {
69 margin: 0 0 0 2px;
70}
71
72#summary #totals {
73 font-size: 1.2em;
74}
75
76.example_group {
77 margin: 0 10px 5px;
78 background: #fff;
79}
80
81dl {
82 margin: 0; padding: 0 0 5px;
83 font: normal 11px "Lucida Grande", Helvetica, sans-serif;
84}
85
86dt {
87 padding: 3px;
88 background: #65C400;
89 color: #fff;
90 font-weight: bold;
91}
92
93dd {
94 margin: 5px 0 5px 5px;
95 padding: 3px 3px 3px 18px;
96}
97
98dd.spec.passed {
99 border-left: 5px solid #65C400;
100 border-bottom: 1px solid #65C400;
101 background: #DBFFB4; color: #3D7700;
102}
103
104dd.spec.failed {
105 border-left: 5px solid #C20000;
106 border-bottom: 1px solid #C20000;
107 color: #C20000; background: #FFFBD3;
108}
109
110dd.spec.not_implemented {
111 border-left: 5px solid #FAF834;
112 border-bottom: 1px solid #FAF834;
113 background: #FCFB98; color: #131313;
114}
115
116dd.spec.pending_fixed {
117 border-left: 5px solid #0000C2;
118 border-bottom: 1px solid #0000C2;
119 color: #0000C2; background: #D3FBFF;
120}
121
122.backtrace {
123 color: #000;
124 font-size: 12px;
125}
126
127a {
128 color: #BE5C00;
129}
130
131/* Ruby code, style similar to vibrant ink */
132.ruby {
133 font-size: 12px;
134 font-family: monospace;
135 color: white;
136 background-color: black;
137 padding: 0.1em 0 0.2em 0;
138}
139
140.ruby .keyword { color: #FF6600; }
141.ruby .constant { color: #339999; }
142.ruby .attribute { color: white; }
143.ruby .global { color: white; }
144.ruby .module { color: white; }
145.ruby .class { color: white; }
146.ruby .string { color: #66FF00; }
147.ruby .ident { color: white; }
148.ruby .method { color: #FFCC00; }
149.ruby .number { color: white; }
150.ruby .char { color: white; }
151.ruby .comment { color: #9933CC; }
152.ruby .symbol { color: white; }
153.ruby .regex { color: #44B4CC; }
154.ruby .punct { color: white; }
155.ruby .escape { color: white; }
156.ruby .interp { color: white; }
157.ruby .expr { color: white; }
158
159.ruby .offending { background-color: gray; }
160.ruby .linenum {
161 width: 75px;
162 padding: 0.1em 1em 0.2em 0;
163 color: #000000;
164 background-color: #FFFBD3;
165}
166
167 </style>
168
169<div id="rspec-header">
170 <h1>RSpec Results</h1>
171
172 <div id="summary">
173 <p id="totals">&nbsp;</p>
174 <p id="duration">&nbsp;</p>
175 </div>
176</div>
177
178<div class="results">
179<div class="example_group">
180 <dl>
181 <dt id="example_group_1">Mocker</dt>
182 <script type="text/javascript">moveProgressBar('5.8');</script>
183 <dd class="spec passed"><span class="passed_spec_name">should be able to call mock()</span></dd>
184 <script type="text/javascript">makeRed('rspec-header');</script>
185 <script type="text/javascript">makeRed('example_group_1');</script>
186 <script type="text/javascript">moveProgressBar('11.7');</script>
187 <dd class="spec failed">
188 <span class="failed_spec_name">should fail when expected message not received</span>
189 <div class="failure" id="failure_1">
190 <div class="message"><pre>Mock 'poke me' expected :poke with (any args) once, but received it 0 times</pre></div>
191 <div class="backtrace"><pre>./failing_examples/mocking_example.rb:13:
192./spec/spec/runner/formatter/html_formatter_spec.rb:17:
193./spec/spec/runner/formatter/html_formatter_spec.rb:13:in `chdir'
194./spec/spec/runner/formatter/html_formatter_spec.rb:13:</pre></div>
195 <pre class="ruby"><code><span class="linenum">11</span> <span class="ident">it</span> <span class="punct">&quot;</span><span class="string">should fail when expected message not received</span><span class="punct">&quot;</span> <span class="keyword">do</span>
196<span class="linenum">12</span> <span class="ident">mock</span> <span class="punct">=</span> <span class="ident">mock</span><span class="punct">(&quot;</span><span class="string">poke me</span><span class="punct">&quot;)</span>
197<span class="offending"><span class="linenum">13</span> <span class="ident">mock</span><span class="punct">.</span><span class="ident">should_receive</span><span class="punct">(</span><span class="symbol">:poke</span><span class="punct">)</span></span>
198<span class="linenum">14</span> <span class="keyword">end</span>
199<span class="linenum">15</span> </code></pre>
200 </div>
201 </dd>
202 <script type="text/javascript">moveProgressBar('17.6');</script>
203 <dd class="spec failed">
204 <span class="failed_spec_name">should fail when messages are received out of order</span>
205 <div class="failure" id="failure_2">
206 <div class="message"><pre>Mock 'one two three' received :three out of order</pre></div>
207 <div class="backtrace"><pre>./failing_examples/mocking_example.rb:22:
208./spec/spec/runner/formatter/html_formatter_spec.rb:17:
209./spec/spec/runner/formatter/html_formatter_spec.rb:13:in `chdir'
210./spec/spec/runner/formatter/html_formatter_spec.rb:13:</pre></div>
211 <pre class="ruby"><code><span class="linenum">20</span> <span class="ident">mock</span><span class="punct">.</span><span class="ident">should_receive</span><span class="punct">(</span><span class="symbol">:three</span><span class="punct">).</span><span class="ident">ordered</span>
212<span class="linenum">21</span> <span class="ident">mock</span><span class="punct">.</span><span class="ident">one</span>
213<span class="offending"><span class="linenum">22</span> <span class="ident">mock</span><span class="punct">.</span><span class="ident">three</span></span>
214<span class="linenum">23</span> <span class="ident">mock</span><span class="punct">.</span><span class="ident">two</span>
215<span class="linenum">24</span> <span class="keyword">end</span></code></pre>
216 </div>
217 </dd>
218 <script type="text/javascript">moveProgressBar('23.5');</script>
219 <dd class="spec failed">
220 <span class="failed_spec_name">should get yelled at when sending unexpected messages</span>
221 <div class="failure" id="failure_3">
222 <div class="message"><pre>Mock 'don't talk to me' expected :any_message_at_all with (any args) 0 times, but received it once</pre></div>
223 <div class="backtrace"><pre>./failing_examples/mocking_example.rb:28:
224./spec/spec/runner/formatter/html_formatter_spec.rb:17:
225./spec/spec/runner/formatter/html_formatter_spec.rb:13:in `chdir'
226./spec/spec/runner/formatter/html_formatter_spec.rb:13:</pre></div>
227 <pre class="ruby"><code><span class="linenum">26</span> <span class="ident">it</span> <span class="punct">&quot;</span><span class="string">should get yelled at when sending unexpected messages</span><span class="punct">&quot;</span> <span class="keyword">do</span>
228<span class="linenum">27</span> <span class="ident">mock</span> <span class="punct">=</span> <span class="ident">mock</span><span class="punct">(&quot;</span><span class="string">don't talk to me</span><span class="punct">&quot;)</span>
229<span class="offending"><span class="linenum">28</span> <span class="ident">mock</span><span class="punct">.</span><span class="ident">should_not_receive</span><span class="punct">(</span><span class="symbol">:any_message_at_all</span><span class="punct">)</span></span>
230<span class="linenum">29</span> <span class="ident">mock</span><span class="punct">.</span><span class="ident">any_message_at_all</span>
231<span class="linenum">30</span> <span class="keyword">end</span></code></pre>
232 </div>
233 </dd>
234 <script type="text/javascript">moveProgressBar('29.4');</script>
235 <dd class="spec pending_fixed">
236 <span class="failed_spec_name">has a bug we need to fix</span>
237 <div class="failure" id="failure_4">
238 <div class="message"><pre>Expected pending 'here is the bug' to fail. No Error was raised.</pre></div>
239 <div class="backtrace"><pre>./failing_examples/mocking_example.rb:33:
240./spec/spec/runner/formatter/html_formatter_spec.rb:17:
241./spec/spec/runner/formatter/html_formatter_spec.rb:13:in `chdir'
242./spec/spec/runner/formatter/html_formatter_spec.rb:13:</pre></div>
243 <pre class="ruby"><code><span class="linenum">31</span>
244<span class="linenum">32</span> <span class="ident">it</span> <span class="punct">&quot;</span><span class="string">has a bug we need to fix</span><span class="punct">&quot;</span> <span class="keyword">do</span>
245<span class="offending"><span class="linenum">33</span> <span class="ident">pending</span> <span class="punct">&quot;</span><span class="string">here is the bug</span><span class="punct">&quot;</span> <span class="keyword">do</span></span>
246<span class="linenum">34</span> <span class="comment"># Actually, no. It's fixed. This will fail because it passes :-)</span>
247<span class="linenum">35</span> <span class="ident">mock</span> <span class="punct">=</span> <span class="ident">mock</span><span class="punct">(&quot;</span><span class="string">Bug</span><span class="punct">&quot;)</span></code></pre>
248 </div>
249 </dd>
250 </dl>
251</div>
252<div class="example_group">
253 <dl>
254 <dt id="example_group_2">Running specs with --diff</dt>
255 <script type="text/javascript">makeRed('example_group_2');</script>
256 <script type="text/javascript">moveProgressBar('35.2');</script>
257 <dd class="spec failed">
258 <span class="failed_spec_name">should print diff of different strings</span>
259 <div class="failure" id="failure_5">
260 <div class="message"><pre>expected: &quot;RSpec is a\nbehaviour driven development\nframework for Ruby\n&quot;,
261 got: &quot;RSpec is a\nbehavior driven development\nframework for Ruby\n&quot; (using ==)
262Diff:
263@@ -1,4 +1,4 @@
264 RSpec is a
265-behavior driven development
266+behaviour driven development
267 framework for Ruby
268</pre></div>
269 <div class="backtrace"><pre>./failing_examples/diffing_spec.rb:13:
270./spec/spec/runner/formatter/html_formatter_spec.rb:17:
271./spec/spec/runner/formatter/html_formatter_spec.rb:13:in `chdir'
272./spec/spec/runner/formatter/html_formatter_spec.rb:13:</pre></div>
273 <pre class="ruby"><code><span class="linenum">11</span><span class="ident">framework</span> <span class="keyword">for</span> <span class="constant">Ruby</span>
274<span class="linenum">12</span><span class="constant">EOF</span>
275<span class="offending"><span class="linenum">13</span> <span class="ident">usa</span><span class="punct">.</span><span class="ident">should</span> <span class="punct">==</span> <span class="ident">uk</span></span>
276<span class="linenum">14</span> <span class="keyword">end</span></code></pre>
277 </div>
278 </dd>
279 <script type="text/javascript">moveProgressBar('41.1');</script>
280 <dd class="spec failed">
281 <span class="failed_spec_name">should print diff of different objects' pretty representation</span>
282 <div class="failure" id="failure_6">
283 <div class="message"><pre>expected &lt;Animal
284name=bob,
285species=tortoise
286&gt;
287, got &lt;Animal
288name=bob,
289species=giraffe
290&gt;
291 (using .eql?)
292Diff:
293@@ -1,5 +1,5 @@
294 &lt;Animal
295 name=bob,
296-species=giraffe
297+species=tortoise
298 &gt;
299</pre></div>
300 <div class="backtrace"><pre>./failing_examples/diffing_spec.rb:34:
301./spec/spec/runner/formatter/html_formatter_spec.rb:17:
302./spec/spec/runner/formatter/html_formatter_spec.rb:13:in `chdir'
303./spec/spec/runner/formatter/html_formatter_spec.rb:13:</pre></div>
304 <pre class="ruby"><code><span class="linenum">32</span> <span class="ident">expected</span> <span class="punct">=</span> <span class="constant">Animal</span><span class="punct">.</span><span class="ident">new</span> <span class="punct">&quot;</span><span class="string">bob</span><span class="punct">&quot;,</span> <span class="punct">&quot;</span><span class="string">giraffe</span><span class="punct">&quot;</span>
305<span class="linenum">33</span> <span class="ident">actual</span> <span class="punct">=</span> <span class="constant">Animal</span><span class="punct">.</span><span class="ident">new</span> <span class="punct">&quot;</span><span class="string">bob</span><span class="punct">&quot;,</span> <span class="punct">&quot;</span><span class="string">tortoise</span><span class="punct">&quot;</span>
306<span class="offending"><span class="linenum">34</span> <span class="ident">expected</span><span class="punct">.</span><span class="ident">should</span> <span class="ident">eql</span><span class="punct">(</span><span class="ident">actual</span><span class="punct">)</span></span>
307<span class="linenum">35</span> <span class="keyword">end</span>
308<span class="linenum">36</span><span class="keyword">end</span></code></pre>
309 </div>
310 </dd>
311 </dl>
312</div>
313<div class="example_group">
314 <dl>
315 <dt id="example_group_3">A consumer of a stub</dt>
316 <script type="text/javascript">moveProgressBar('47.0');</script>
317 <dd class="spec passed"><span class="passed_spec_name">should be able to stub methods on any Object</span></dd>
318 </dl>
319</div>
320<div class="example_group">
321 <dl>
322 <dt id="example_group_4">A stubbed method on a class</dt>
323 <script type="text/javascript">moveProgressBar('52.9');</script>
324 <dd class="spec passed"><span class="passed_spec_name">should return the stubbed value</span></dd>
325 <script type="text/javascript">moveProgressBar('58.8');</script>
326 <dd class="spec passed"><span class="passed_spec_name">should revert to the original method after each spec</span></dd>
327 <script type="text/javascript">moveProgressBar('64.7');</script>
328 <dd class="spec passed"><span class="passed_spec_name">can stub! and mock the same message</span></dd>
329 </dl>
330</div>
331<div class="example_group">
332 <dl>
333 <dt id="example_group_5">A mock</dt>
334 <script type="text/javascript">moveProgressBar('70.5');</script>
335 <dd class="spec passed"><span class="passed_spec_name">can stub!</span></dd>
336 <script type="text/javascript">moveProgressBar('76.4');</script>
337 <dd class="spec passed"><span class="passed_spec_name">can stub! and mock</span></dd>
338 <script type="text/javascript">moveProgressBar('82.3');</script>
339 <dd class="spec passed"><span class="passed_spec_name">can stub! and mock the same message</span></dd>
340 </dl>
341</div>
342<div class="example_group">
343 <dl>
344 <dt id="example_group_6">pending example (using pending method)</dt>
345 <script type="text/javascript">makeYellow('example_group_6');</script>
346 <script type="text/javascript">moveProgressBar('88.2');</script>
347 <dd class="spec not_implemented"><span class="not_implemented_spec_name">should be reported as &quot;PENDING: for some reason&quot; (PENDING: for some reason)</span></dd>
348 </dl>
349</div>
350<div class="example_group">
351 <dl>
352 <dt id="example_group_7">pending example (with no block)</dt>
353 <script type="text/javascript">makeYellow('example_group_7');</script>
354 <script type="text/javascript">moveProgressBar('94.1');</script>
355 <dd class="spec not_implemented"><span class="not_implemented_spec_name">should be reported as &quot;PENDING: Not Yet Implemented&quot; (PENDING: Not Yet Implemented)</span></dd>
356 </dl>
357</div>
358<div class="example_group">
359 <dl>
360 <dt id="example_group_8">pending example (with block for pending)</dt>
361 <script type="text/javascript">makeYellow('example_group_8');</script>
362 <script type="text/javascript">moveProgressBar('100.0');</script>
363 <dd class="spec not_implemented"><span class="not_implemented_spec_name">should have a failing block, passed to pending, reported as &quot;PENDING: for some reason&quot; (PENDING: for some reason)</span></dd>
364 </dl>
365</div>
366<script type="text/javascript">document.getElementById('duration').innerHTML = "Finished in <strong>x seconds</strong>";</script>
367<script type="text/javascript">document.getElementById('totals').innerHTML = "17 examples, 6 failures, 3 pending";</script>
368</div>
369</div>
370</body>
371</html>