| 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 |
|
| 24 |
function moveProgressBar(percentDone) { |
| 25 |
document.getElementById("rspec-header").style.width = percentDone +"%"; |
| 26 |
} |
| 27 |
function makeRed(element_id) { |
| 28 |
document.getElementById(element_id).style.background = '#C40D0D'; |
| 29 |
document.getElementById(element_id).style.color = '#FFFFFF'; |
| 30 |
} |
| 31 |
|
| 32 |
function 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 |
|
| 81 |
dl { |
| 82 |
margin: 0; padding: 0 0 5px; |
| 83 |
font: normal 11px "Lucida Grande", Helvetica, sans-serif; |
| 84 |
} |
| 85 |
|
| 86 |
dt { |
| 87 |
padding: 3px; |
| 88 |
background: #65C400; |
| 89 |
color: #fff; |
| 90 |
font-weight: bold; |
| 91 |
} |
| 92 |
|
| 93 |
dd { |
| 94 |
margin: 5px 0 5px 5px; |
| 95 |
padding: 3px 3px 3px 18px; |
| 96 |
} |
| 97 |
|
| 98 |
dd.spec.passed { |
| 99 |
border-left: 5px solid #65C400; |
| 100 |
border-bottom: 1px solid #65C400; |
| 101 |
background: #DBFFB4; color: #3D7700; |
| 102 |
} |
| 103 |
|
| 104 |
dd.spec.failed { |
| 105 |
border-left: 5px solid #C20000; |
| 106 |
border-bottom: 1px solid #C20000; |
| 107 |
color: #C20000; background: #FFFBD3; |
| 108 |
} |
| 109 |
|
| 110 |
dd.spec.not_implemented { |
| 111 |
border-left: 5px solid #FAF834; |
| 112 |
border-bottom: 1px solid #FAF834; |
| 113 |
background: #FCFB98; color: #131313; |
| 114 |
} |
| 115 |
|
| 116 |
dd.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 |
|
| 127 |
a { |
| 128 |
color: #BE5C00; |
| 129 |
} |
| 130 |
|
| 131 |
|
| 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"> </p> |
| 174 |
<p id="duration"> </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 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:25: |
| 193 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:in `chdir' |
| 194 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:</pre></div> |
| 195 |
<pre class="ruby"><code><span class="linenum">11</span> <span class="ident">it</span> <span class="punct">"</span><span class="string">should fail when expected message not received</span><span class="punct">"</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">("</span><span class="string">poke me</span><span class="punct">")</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 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:25: |
| 209 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:in `chdir' |
| 210 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:</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 (no args) 0 times, but received it once</pre></div> |
| 223 |
<div class="backtrace"><pre>./failing_examples/mocking_example.rb:29: |
| 224 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:25: |
| 225 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:in `chdir' |
| 226 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:</pre></div> |
| 227 |
<pre class="ruby"><code><span class="linenum">27</span> <span class="ident">mock</span> <span class="punct">=</span> <span class="ident">mock</span><span class="punct">("</span><span class="string">don't talk to me</span><span class="punct">")</span> |
| 228 |
<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> |
| 229 |
<span class="offending"><span class="linenum">29</span> <span class="ident">mock</span><span class="punct">.</span><span class="ident">any_message_at_all</span></span> |
| 230 |
<span class="linenum">30</span> <span class="keyword">end</span></code></pre> |
| 231 |
</div> |
| 232 |
</dd> |
| 233 |
<script type="text/javascript">moveProgressBar('29.4');</script> |
| 234 |
<dd class="spec pending_fixed"> |
| 235 |
<span class="failed_spec_name">has a bug we need to fix</span> |
| 236 |
<div class="failure" id="failure_4"> |
| 237 |
<div class="message"><pre>Expected pending 'here is the bug' to fail. No Error was raised.</pre></div> |
| 238 |
<div class="backtrace"><pre>./failing_examples/mocking_example.rb:33: |
| 239 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:25: |
| 240 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:in `chdir' |
| 241 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:</pre></div> |
| 242 |
<pre class="ruby"><code><span class="linenum">31</span> |
| 243 |
<span class="linenum">32</span> <span class="ident">it</span> <span class="punct">"</span><span class="string">has a bug we need to fix</span><span class="punct">"</span> <span class="keyword">do</span> |
| 244 |
<span class="offending"><span class="linenum">33</span> <span class="ident">pending</span> <span class="punct">"</span><span class="string">here is the bug</span><span class="punct">"</span> <span class="keyword">do</span></span> |
| 245 |
<span class="linenum">34</span> <span class="comment"># Actually, no. It's fixed. This will fail because it passes :-)</span> |
| 246 |
<span class="linenum">35</span> <span class="ident">mock</span> <span class="punct">=</span> <span class="ident">mock</span><span class="punct">("</span><span class="string">Bug</span><span class="punct">")</span></code></pre> |
| 247 |
</div> |
| 248 |
</dd> |
| 249 |
</dl> |
| 250 |
</div> |
| 251 |
<div class="example_group"> |
| 252 |
<dl> |
| 253 |
<dt id="example_group_2">Running specs with --diff</dt> |
| 254 |
<script type="text/javascript">makeRed('example_group_2');</script> |
| 255 |
<script type="text/javascript">moveProgressBar('35.2');</script> |
| 256 |
<dd class="spec failed"> |
| 257 |
<span class="failed_spec_name">should print diff of different strings</span> |
| 258 |
<div class="failure" id="failure_5"> |
| 259 |
<div class="message"><pre>expected: "RSpec is a\nbehaviour driven development\nframework for Ruby\n", |
| 260 |
got: "RSpec is a\nbehavior driven development\nframework for Ruby\n" (using ==) |
| 261 |
Diff: |
| 262 |
@@ -1,4 +1,4 @@ |
| 263 |
RSpec is a |
| 264 |
-behaviour driven development |
| 265 |
+behavior driven development |
| 266 |
framework for Ruby |
| 267 |
</pre></div> |
| 268 |
<div class="backtrace"><pre>./failing_examples/diffing_spec.rb:13: |
| 269 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:25: |
| 270 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:in `chdir' |
| 271 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:</pre></div> |
| 272 |
<pre class="ruby"><code><span class="linenum">11</span><span class="ident">framework</span> <span class="keyword">for</span> <span class="constant">Ruby</span> |
| 273 |
<span class="linenum">12</span><span class="constant">EOF</span> |
| 274 |
<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> |
| 275 |
<span class="linenum">14</span> <span class="keyword">end</span></code></pre> |
| 276 |
</div> |
| 277 |
</dd> |
| 278 |
<script type="text/javascript">moveProgressBar('41.1');</script> |
| 279 |
<dd class="spec failed"> |
| 280 |
<span class="failed_spec_name">should print diff of different objects' pretty representation</span> |
| 281 |
<div class="failure" id="failure_6"> |
| 282 |
<div class="message"><pre>expected <Animal |
| 283 |
name=bob, |
| 284 |
species=tortoise |
| 285 |
> |
| 286 |
, got <Animal |
| 287 |
name=bob, |
| 288 |
species=giraffe |
| 289 |
> |
| 290 |
(using .eql?) |
| 291 |
Diff: |
| 292 |
@@ -1,5 +1,5 @@ |
| 293 |
<Animal |
| 294 |
name=bob, |
| 295 |
-species=tortoise |
| 296 |
+species=giraffe |
| 297 |
> |
| 298 |
</pre></div> |
| 299 |
<div class="backtrace"><pre>./failing_examples/diffing_spec.rb:34: |
| 300 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:25: |
| 301 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:in `chdir' |
| 302 |
/Users/david/projects/ruby/rspec/rspec/spec/spec/runner/formatter/html_formatter_spec.rb:21:</pre></div> |
| 303 |
<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">"</span><span class="string">bob</span><span class="punct">",</span> <span class="punct">"</span><span class="string">giraffe</span><span class="punct">"</span> |
| 304 |
<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">"</span><span class="string">bob</span><span class="punct">",</span> <span class="punct">"</span><span class="string">tortoise</span><span class="punct">"</span> |
| 305 |
<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> |
| 306 |
<span class="linenum">35</span> <span class="keyword">end</span> |
| 307 |
<span class="linenum">36</span><span class="keyword">end</span></code></pre> |
| 308 |
</div> |
| 309 |
</dd> |
| 310 |
</dl> |
| 311 |
</div> |
| 312 |
<div class="example_group"> |
| 313 |
<dl> |
| 314 |
<dt id="example_group_3">A consumer of a stub</dt> |
| 315 |
<script type="text/javascript">moveProgressBar('47.0');</script> |
| 316 |
<dd class="spec passed"><span class="passed_spec_name">should be able to stub methods on any Object</span></dd> |
| 317 |
</dl> |
| 318 |
</div> |
| 319 |
<div class="example_group"> |
| 320 |
<dl> |
| 321 |
<dt id="example_group_4">A stubbed method on a class</dt> |
| 322 |
<script type="text/javascript">moveProgressBar('52.9');</script> |
| 323 |
<dd class="spec passed"><span class="passed_spec_name">should return the stubbed value</span></dd> |
| 324 |
<script type="text/javascript">moveProgressBar('58.8');</script> |
| 325 |
<dd class="spec passed"><span class="passed_spec_name">should revert to the original method after each spec</span></dd> |
| 326 |
<script type="text/javascript">moveProgressBar('64.7');</script> |
| 327 |
<dd class="spec passed"><span class="passed_spec_name">can stub! and mock the same message</span></dd> |
| 328 |
</dl> |
| 329 |
</div> |
| 330 |
<div class="example_group"> |
| 331 |
<dl> |
| 332 |
<dt id="example_group_5">A mock</dt> |
| 333 |
<script type="text/javascript">moveProgressBar('70.5');</script> |
| 334 |
<dd class="spec passed"><span class="passed_spec_name">can stub!</span></dd> |
| 335 |
<script type="text/javascript">moveProgressBar('76.4');</script> |
| 336 |
<dd class="spec passed"><span class="passed_spec_name">can stub! and mock</span></dd> |
| 337 |
<script type="text/javascript">moveProgressBar('82.3');</script> |
| 338 |
<dd class="spec passed"><span class="passed_spec_name">can stub! and mock the same message</span></dd> |
| 339 |
</dl> |
| 340 |
</div> |
| 341 |
<div class="example_group"> |
| 342 |
<dl> |
| 343 |
<dt id="example_group_6">pending example (using pending method)</dt> |
| 344 |
<script type="text/javascript">makeYellow('example_group_6');</script> |
| 345 |
<script type="text/javascript">moveProgressBar('88.2');</script> |
| 346 |
<dd class="spec not_implemented"><span class="not_implemented_spec_name">should be reported as "PENDING: for some reason" (PENDING: for some reason)</span></dd> |
| 347 |
</dl> |
| 348 |
</div> |
| 349 |
<div class="example_group"> |
| 350 |
<dl> |
| 351 |
<dt id="example_group_7">pending example (with no block)</dt> |
| 352 |
<script type="text/javascript">makeYellow('example_group_7');</script> |
| 353 |
<script type="text/javascript">moveProgressBar('94.1');</script> |
| 354 |
<dd class="spec not_implemented"><span class="not_implemented_spec_name">should be reported as "PENDING: Not Yet Implemented" (PENDING: Not Yet Implemented)</span></dd> |
| 355 |
</dl> |
| 356 |
</div> |
| 357 |
<div class="example_group"> |
|