mocha 0.11.1 → 0.11.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.
- data/README.rdoc +1 -1
- data/RELEASE.rdoc +31 -28
- data/doc/.nojekyll +0 -0
- data/doc/Mocha.html +2 -2
- data/doc/Mocha/API.html +2 -2
- data/doc/Mocha/ClassMethods.html +7 -7
- data/doc/Mocha/Configuration.html +2 -2
- data/doc/Mocha/Expectation.html +2 -2
- data/doc/Mocha/Mock.html +2 -2
- data/doc/Mocha/ObjectMethods.html +17 -17
- data/doc/Mocha/ParameterMatchers.html +2 -2
- data/doc/Mocha/ParameterMatchers/AllOf.html +2 -2
- data/doc/Mocha/ParameterMatchers/AnyOf.html +2 -2
- data/doc/Mocha/ParameterMatchers/AnyParameters.html +2 -2
- data/doc/Mocha/ParameterMatchers/Anything.html +2 -2
- data/doc/Mocha/ParameterMatchers/Base.html +2 -2
- data/doc/Mocha/ParameterMatchers/Equals.html +2 -2
- data/doc/Mocha/ParameterMatchers/HasEntries.html +2 -2
- data/doc/Mocha/ParameterMatchers/HasEntry.html +2 -2
- data/doc/Mocha/ParameterMatchers/HasKey.html +2 -2
- data/doc/Mocha/ParameterMatchers/HasValue.html +2 -2
- data/doc/Mocha/ParameterMatchers/Includes.html +2 -2
- data/doc/Mocha/ParameterMatchers/InstanceOf.html +2 -2
- data/doc/Mocha/ParameterMatchers/IsA.html +2 -2
- data/doc/Mocha/ParameterMatchers/KindOf.html +2 -2
- data/doc/Mocha/ParameterMatchers/Not.html +2 -2
- data/doc/Mocha/ParameterMatchers/Optionally.html +2 -2
- data/doc/Mocha/ParameterMatchers/QueryStringMatches.html +2 -2
- data/doc/Mocha/ParameterMatchers/RegexpMatches.html +2 -2
- data/doc/Mocha/ParameterMatchers/RespondsWith.html +2 -2
- data/doc/Mocha/ParameterMatchers/YamlEquivalent.html +2 -2
- data/doc/Mocha/Sequence.html +2 -2
- data/doc/Mocha/StateMachine.html +2 -2
- data/doc/Mocha/StateMachine/State.html +2 -2
- data/doc/Mocha/StateMachine/StatePredicate.html +2 -2
- data/doc/Mocha/StubbingError.html +2 -2
- data/doc/Mocha/UnexpectedInvocation.html +2 -2
- data/doc/_index.html +3 -3
- data/doc/file.COPYING.html +2 -2
- data/doc/file.MIT-LICENSE.html +2 -2
- data/doc/file.README.html +4 -4
- data/doc/file.RELEASE.html +39 -30
- data/doc/file.misc.html +2 -2
- data/doc/file.mocha.html +2 -2
- data/doc/file.stubba.html +2 -2
- data/doc/frames.html +1 -1
- data/doc/index.html +4 -4
- data/doc/top-level-namespace.html +2 -2
- data/lib/mocha/class_method.rb +1 -1
- data/lib/mocha/object.rb +3 -0
- data/lib/mocha/version.rb +1 -1
- data/test/unit/class_method_test.rb +7 -0
- data/test/unit/object_test.rb +5 -0
- metadata +12 -11
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: Mocha::StubbingError
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -125,7 +125,7 @@
|
|
125
125
|
</div>
|
126
126
|
|
127
127
|
<div id="footer">
|
128
|
-
Generated on
|
128
|
+
Generated on Tue Apr 24 11:15:45 2012 by
|
129
129
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
130
|
0.7.5 (ruby-1.9.3).
|
131
131
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Mocha::UnexpectedInvocation
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -115,7 +115,7 @@
|
|
115
115
|
</div>
|
116
116
|
|
117
117
|
<div id="footer">
|
118
|
-
Generated on
|
118
|
+
Generated on Tue Apr 24 11:15:45 2012 by
|
119
119
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
120
120
|
0.7.5 (ruby-1.9.3).
|
121
121
|
</div>
|
data/doc/_index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Mocha 0.11.
|
7
|
+
Mocha 0.11.2
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
<iframe id="search_frame"></iframe>
|
54
54
|
|
55
|
-
<div id="content"><h1 class="noborder title">Mocha 0.11.
|
55
|
+
<div id="content"><h1 class="noborder title">Mocha 0.11.2</h1>
|
56
56
|
<div id="listing">
|
57
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
58
58
|
|
@@ -472,7 +472,7 @@
|
|
472
472
|
</div>
|
473
473
|
|
474
474
|
<div id="footer">
|
475
|
-
Generated on
|
475
|
+
Generated on Tue Apr 24 11:15:44 2012 by
|
476
476
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
477
477
|
0.7.5 (ruby-1.9.3).
|
478
478
|
</div>
|
data/doc/file.COPYING.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: COPYING
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -63,7 +63,7 @@ href="http://www.ruby-lang.org/en/LICENSE.txt">Ruby itself</a> or under the
|
|
63
63
|
</div></div>
|
64
64
|
|
65
65
|
<div id="footer">
|
66
|
-
Generated on
|
66
|
+
Generated on Tue Apr 24 11:15:45 2012 by
|
67
67
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
68
68
|
0.7.5 (ruby-1.9.3).
|
69
69
|
</div>
|
data/doc/file.MIT-LICENSE.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: MIT-LICENSE
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -77,7 +77,7 @@ DEALINGS IN THE SOFTWARE.</p>
|
|
77
77
|
</div></div>
|
78
78
|
|
79
79
|
<div id="footer">
|
80
|
-
Generated on
|
80
|
+
Generated on Tue Apr 24 11:15:45 2012 by
|
81
81
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
82
82
|
0.7.5 (ruby-1.9.3).
|
83
83
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -102,8 +102,8 @@ the test library has been loaded…</p>
|
|
102
102
|
</span><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>test/unit</span><span class='tstring_end'>"</span></span>
|
103
103
|
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>mocha</span><span class='tstring_end'>"</span></span></code></pre>
|
104
104
|
|
105
|
-
<p>Note that versions 0.10.2 & 0.
|
106
|
-
these versions.</p>
|
105
|
+
<p>Note that versions 0.10.2, 0.10.3 & 0.11.0 included a bug. Please do
|
106
|
+
not use these versions.</p>
|
107
107
|
|
108
108
|
<p>Or install the <a href="http://www.rubyonrails.org/">Rails</a> plugin…</p>
|
109
109
|
|
@@ -144,7 +144,7 @@ href="http://www.ruby-lang.org/en/LICENSE.txt">Ruby itself</a> or under the
|
|
144
144
|
</div></div>
|
145
145
|
|
146
146
|
<div id="footer">
|
147
|
-
Generated on
|
147
|
+
Generated on Tue Apr 24 11:15:44 2012 by
|
148
148
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
149
149
|
0.7.5 (ruby-1.9.3).
|
150
150
|
</div>
|
data/doc/file.RELEASE.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: RELEASE
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -55,13 +55,22 @@
|
|
55
55
|
<iframe id="search_frame"></iframe>
|
56
56
|
|
57
57
|
<div id="content"><div id='filecontents'>
|
58
|
-
<h1>0.11.
|
58
|
+
<h1>0.11.2</h1>
|
59
|
+
<ul><li>
|
60
|
+
<p>Rails has a Request class which defines its own #method method. This broke
|
61
|
+
the new mechanism for stubbing a method. This release includes a slightly
|
62
|
+
modified version of fix #77 provided by @sikachu. See <a
|
63
|
+
href="https://github.com/rails/rails/pull/5907">github.com/rails/rails/pull/5907</a>
|
64
|
+
for further info.</p>
|
65
|
+
</li></ul>
|
66
|
+
|
67
|
+
<h1>0.11.1</h1>
|
59
68
|
<ul><li>
|
60
69
|
<p>In Ruby 1.8.7 methods accepting a block parameter were incorrectly restored
|
61
70
|
without the block parameter after being stubbed. Fix for #76.</p>
|
62
71
|
</li></ul>
|
63
72
|
|
64
|
-
<h1>0.11.0 (
|
73
|
+
<h1>0.11.0 (this version was yanked from rubygems.org)</h1>
|
65
74
|
<ul><li>
|
66
75
|
<p>Store original method when stubbing rather than using alias_method. This
|
67
76
|
fixes #41, #47, #74 and all tests now pass on both Ruby 1.8.7 and 1.9.3.</p>
|
@@ -87,7 +96,7 @@ written by @tomafro.</p>
|
|
87
96
|
<p>Provide a way to run multiple tests within a single acceptance test method.</p>
|
88
97
|
</li></ul>
|
89
98
|
|
90
|
-
<h1>0.10.5
|
99
|
+
<h1>0.10.5</h1>
|
91
100
|
<ul><li>
|
92
101
|
<p>Fix for issue #66 (hopefully without regressing on issue #63) - Mocha::Mock
|
93
102
|
has Mocha::Mockery as a dependency. Stop trying to pretend otherwise.
|
@@ -106,7 +115,7 @@ to Diego Plentz for pull request.</p>
|
|
106
115
|
avoid conflicts. Thanks to Jeremy Stephens for pull request.</p>
|
107
116
|
</li></ul>
|
108
117
|
|
109
|
-
<h1>0.10.4
|
118
|
+
<h1>0.10.4</h1>
|
110
119
|
<ul><li>
|
111
120
|
<p>Fix for issue #65 - expectations not being verified in subsequent tests.</p>
|
112
121
|
</li><li>
|
@@ -125,7 +134,7 @@ libraries.</p>
|
|
125
134
|
<p>Move travis-ci-related gemfiles into their own directory.</p>
|
126
135
|
</li></ul>
|
127
136
|
|
128
|
-
<h1>0.10.3
|
137
|
+
<h1>0.10.3</h1>
|
129
138
|
<ul><li>
|
130
139
|
<p>Fix for issue #57. Gem::Requirement#=~ was only added in rubygems v1.8.0,
|
131
140
|
but Object#=~ means the result of various monkey-patching checks is always
|
@@ -135,13 +144,13 @@ Gem::Version in rubygems v0.9.4.4, so it’s much safer to use that. Thanks
|
|
135
144
|
to fguillen for reporting and helping with diagnosis.</p>
|
136
145
|
</li></ul>
|
137
146
|
|
138
|
-
<h1>0.10.2
|
147
|
+
<h1>0.10.2</h1>
|
139
148
|
<ul><li>
|
140
149
|
<p>Merge pull request #53. Unstubbing a method should not remove expectations
|
141
150
|
for other stubbed methods. Fixes #52. Thanks to saikat.</p>
|
142
151
|
</li></ul>
|
143
152
|
|
144
|
-
<h1>0.10.1
|
153
|
+
<h1>0.10.1</h1>
|
145
154
|
<ul><li>
|
146
155
|
<p>Merge pull request #51. Use Gem::Requirement & Gem::Version for version
|
147
156
|
comparison. Fixes issue #50. Thanks to meineerde.</p>
|
@@ -165,7 +174,7 @@ cairo140.</p>
|
|
165
174
|
syntax-highlighted code examples.</p>
|
166
175
|
</li></ul>
|
167
176
|
|
168
|
-
<h1>0.10.0
|
177
|
+
<h1>0.10.0</h1>
|
169
178
|
<ul><li>
|
170
179
|
<p>Add Expectation#throws to allow a stubbed method to use Kernel#throw.</p>
|
171
180
|
</li><li>
|
@@ -217,7 +226,7 @@ Gemfile instead.</p>
|
|
217
226
|
version of test-unit & minitest.</p>
|
218
227
|
</li></ul>
|
219
228
|
|
220
|
-
<h1>0.9.12
|
229
|
+
<h1>0.9.12</h1>
|
221
230
|
<ul><li>
|
222
231
|
<p>Make Mocha’s tests pass under Ruby 1.9.2 i.e. using MiniTest. One of the
|
223
232
|
main issues was that we were not parsing stacktraces on MiniTest errors
|
@@ -232,7 +241,7 @@ tests in Ruby 1.9.2</p>
|
|
232
241
|
Rubygems since it’s only needed to carry out developer-related tasks.</p>
|
233
242
|
</li></ul>
|
234
243
|
|
235
|
-
<h1>0.9.11
|
244
|
+
<h1>0.9.11</h1>
|
236
245
|
<ul><li>
|
237
246
|
<p>Added explicit support for minitest v1.5.0 to v2.0.2.</p>
|
238
247
|
</li><li>
|
@@ -253,7 +262,7 @@ BacktraceFilter#filtered method is called. See <a
|
|
253
262
|
href="http://floehopper.lighthouseapp.com/projects/22289-mocha/tickets/66">floehopper.lighthouseapp.com/projects/22289-mocha/tickets/66</a>.</p>
|
254
263
|
</li></ul>
|
255
264
|
|
256
|
-
<h1>0.9.10
|
265
|
+
<h1>0.9.10</h1>
|
257
266
|
<ul><li>
|
258
267
|
<p>Added Mocha::ObjectMethods#unstub method - <a
|
259
268
|
href="https://github.com/floehopper/mocha/issues#issue/6">github.com/floehopper/mocha/issues#issue/6</a></p>
|
@@ -271,7 +280,7 @@ not in Mocha - thanks to Brian Troutwine (blt) - <a
|
|
271
280
|
href="https://github.com/floehopper/mocha/issues/closed#issue/14">github.com/floehopper/mocha/issues/closed#issue/14</a></p>
|
272
281
|
</li></ul>
|
273
282
|
|
274
|
-
<h1>0.9.9
|
283
|
+
<h1>0.9.9</h1>
|
275
284
|
<ul><li>
|
276
285
|
<p>Avoid loading bits of the test-unit gem by accident. This is an attempt at
|
277
286
|
a fix for the problem that James Adam reported [1]. By using ‘load’ instead
|
@@ -336,7 +345,7 @@ but it does seem worthwhile pointing this out in the docs.</p>
|
|
336
345
|
<p>Updated gemspec as requested by Sam Woodard (shwoodard).</p>
|
337
346
|
</li></ul>
|
338
347
|
|
339
|
-
<h1>0.9.8
|
348
|
+
<h1>0.9.8</h1>
|
340
349
|
<ul><li>
|
341
350
|
<p>Fixed bug “NameError raised when using Mocha as a Rails plug-in” - <a
|
342
351
|
href="http://floehopper.lighthouseapp.com/projects/22289/tickets/53">floehopper.lighthouseapp.com/projects/22289/tickets/53</a>.
|
@@ -359,7 +368,7 @@ The file just needs to exist locally and be ignored by source control. This
|
|
359
368
|
should stop the warning showing up on e.g. RunCodeRun build results.</p>
|
360
369
|
</li></ul>
|
361
370
|
|
362
|
-
<h1>0.9.7
|
371
|
+
<h1>0.9.7</h1>
|
363
372
|
<ul><li>
|
364
373
|
<p>Although I had provided a deprecation warning for people using
|
365
374
|
Mocha::Standalone, I had assumed people wouldn’t be explicitly loading the
|
@@ -367,7 +376,7 @@ mocha/standalone.rb file. It turns out this assumption was incorrect at
|
|
367
376
|
least in the case of Rspec. This is now fixed.</p>
|
368
377
|
</li></ul>
|
369
378
|
|
370
|
-
<h1>0.9.6
|
379
|
+
<h1>0.9.6</h1>
|
371
380
|
<ul><li>
|
372
381
|
<p>Version 2.0.1 of the test-unit gem introduced a private ‘run_test’ method
|
373
382
|
on TestCase which clashed with the public TestRunner#run_test method. So
|
@@ -437,7 +446,7 @@ href="http://floehopper.lighthouseapp.com/projects/22289/tickets/49">floehopper.
|
|
437
446
|
Defreyne).</p>
|
438
447
|
</li></ul>
|
439
448
|
|
440
|
-
<h1>0.9.5
|
449
|
+
<h1>0.9.5</h1>
|
441
450
|
<ul><li>
|
442
451
|
<p>Fixed Lighthouse bug #32 - stub_everything should mean mock responds to
|
443
452
|
anything.</p>
|
@@ -457,7 +466,7 @@ rake/contrib gem or similar to get this working properly - <a
|
|
457
466
|
href="http://intertwingly.net/blog/2008/01/07/Rake-Contrib-for-1-9">intertwingly.net/blog/2008/01/07/Rake-Contrib-for-1-9</a></p>
|
458
467
|
</li></ul>
|
459
468
|
|
460
|
-
<h1>0.9.4
|
469
|
+
<h1>0.9.4</h1>
|
461
470
|
<ul><li>
|
462
471
|
<p>Added mocha.gemspec file generated with Chad Woolley’s new rake task, so
|
463
472
|
that a floehopper-mocha gem will get built on GitHub.</p>
|
@@ -476,7 +485,7 @@ href="http://rubyforge.org/tracker/index.php?func=detail&aid=23055&group_id=1917
|
|
476
485
|
<p>Removed deprecated gem autorequire.</p>
|
477
486
|
</li></ul>
|
478
487
|
|
479
|
-
<h1>0.9.3
|
488
|
+
<h1>0.9.3</h1>
|
480
489
|
<ul><li>
|
481
490
|
<p>Added support for MiniTest thanks to Jeff Smick.</p>
|
482
491
|
</li><li>
|
@@ -494,7 +503,7 @@ href="http://blog.jayfields.com/2008/07/ruby-redefine-method-behavior.html">blog
|
|
494
503
|
<p>Removed deprecated gem autorequire.</p>
|
495
504
|
</li></ul>
|
496
505
|
|
497
|
-
<h1>0.9.2
|
506
|
+
<h1>0.9.2</h1>
|
498
507
|
<ul><li>
|
499
508
|
<p>Improved documentation to address [#22530] ‘Mock methods with multiple
|
500
509
|
return values not possible?’</p>
|
@@ -508,7 +517,7 @@ version of #respond_to?, but Mock was only defining a one parameter
|
|
508
517
|
version.</p>
|
509
518
|
</li></ul>
|
510
519
|
|
511
|
-
<h1>0.9.1
|
520
|
+
<h1>0.9.1</h1>
|
512
521
|
<ul><li>
|
513
522
|
<p>Fixed bug #21465 - expects & stubs should support method names as
|
514
523
|
strings (as well as symbols) or fail fast. Convert all expectation method
|
@@ -545,7 +554,7 @@ likely change is that a test that was already failing will now fail faster,
|
|
545
554
|
which doesn’t seem so awful.</p>
|
546
555
|
</li></ul>
|
547
556
|
|
548
|
-
<h1>0.9.0
|
557
|
+
<h1>0.9.0</h1>
|
549
558
|
<ul><li>
|
550
559
|
<p>Configurable warnings or errors</p>
|
551
560
|
<ul><li>
|
@@ -644,19 +653,19 @@ href="http://rubyforge.org/tracker/index.php?func=detail&aid=11885&group_id=1917
|
|
644
653
|
</li></ul>
|
645
654
|
</li></ul>
|
646
655
|
|
647
|
-
<h1>0.5.5
|
656
|
+
<h1>0.5.5</h1>
|
648
657
|
<ul><li>
|
649
658
|
<p>Renamed Matches parameter matcher to RegexpMatches for clarity.</p>
|
650
659
|
</li><li>
|
651
660
|
<p>Added noframes tag to rdoc index to assist Google.</p>
|
652
661
|
</li></ul>
|
653
662
|
|
654
|
-
<h1>0.5.4
|
663
|
+
<h1>0.5.4</h1>
|
655
664
|
<ul><li>
|
656
665
|
<p>Added matches parameter matcher for matching regular expressions.</p>
|
657
666
|
</li></ul>
|
658
667
|
|
659
|
-
<h1>0.5.3
|
668
|
+
<h1>0.5.3</h1>
|
660
669
|
<ul><li>
|
661
670
|
<p>Attempt to fix packaging problems by switching to newer version (1.15.1) of
|
662
671
|
gnutar and setting COPY_EXTENDED_ATTRIBUTES_DISABLE environment variable.</p>
|
@@ -671,7 +680,7 @@ gnutar and setting COPY_EXTENDED_ATTRIBUTES_DISABLE environment variable.</p>
|
|
671
680
|
index page.</p>
|
672
681
|
</li></ul>
|
673
682
|
|
674
|
-
<h1>0.5.2
|
683
|
+
<h1>0.5.2</h1>
|
675
684
|
<ul><li>
|
676
685
|
<p>Fix bug 11885 - “never doesn’t work with stub_everything” submitted by
|
677
686
|
Alexander Lang. In fixing this bug, also fixed undiscoverd bug where
|
@@ -686,14 +695,14 @@ invocations. I think this may be overcomplicating things, but let’s see how
|
|
686
695
|
it goes.</p>
|
687
696
|
</li></ul>
|
688
697
|
|
689
|
-
<h1>0.5.1
|
698
|
+
<h1>0.5.1</h1>
|
690
699
|
<ul><li>
|
691
700
|
<p>Fixed bug #11583 “Mocha 0.5.0 throwing unexpected warnings”. Also switched
|
692
701
|
on ruby warning for all rake test tasks. Fixed majority of warnings, but
|
693
702
|
some left to fix.</p>
|
694
703
|
</li></ul>
|
695
704
|
|
696
|
-
<h1>0.5.0
|
705
|
+
<h1>0.5.0</h1>
|
697
706
|
<ul><li>
|
698
707
|
<p>Parameter Matchers - I’ve added a few Hamcrest-style parameter matchers
|
699
708
|
which are designed to be used inside Expectation#with. The following
|
@@ -780,7 +789,7 @@ platform.</p>
|
|
780
789
|
logged by James Moore.</p>
|
781
790
|
</li></ul>
|
782
791
|
|
783
|
-
<h1>0.4.0
|
792
|
+
<h1>0.4.0</h1>
|
784
793
|
<ul><li>
|
785
794
|
<p>Allow naming of mocks (patch from Chris Roos).</p>
|
786
795
|
</li><li>
|
@@ -930,7 +939,7 @@ a mock will automatically get verified.</p>
|
|
930
939
|
</div></div>
|
931
940
|
|
932
941
|
<div id="footer">
|
933
|
-
Generated on
|
942
|
+
Generated on Tue Apr 24 11:15:45 2012 by
|
934
943
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
935
944
|
0.7.5 (ruby-1.9.3).
|
936
945
|
</div>
|
data/doc/file.misc.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: misc
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -99,7 +99,7 @@
|
|
99
99
|
<span class='kw'>end</span></pre></div></div>
|
100
100
|
|
101
101
|
<div id="footer">
|
102
|
-
Generated on
|
102
|
+
Generated on Tue Apr 24 11:15:45 2012 by
|
103
103
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
104
104
|
0.7.5 (ruby-1.9.3).
|
105
105
|
</div>
|
data/doc/file.mocha.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: mocha
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -81,7 +81,7 @@
|
|
81
81
|
<span class='kw'>end</span></pre></div></div>
|
82
82
|
|
83
83
|
<div id="footer">
|
84
|
-
Generated on
|
84
|
+
Generated on Tue Apr 24 11:15:45 2012 by
|
85
85
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
86
86
|
0.7.5 (ruby-1.9.3).
|
87
87
|
</div>
|
data/doc/file.stubba.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: stubba
|
8
8
|
|
9
|
-
— Mocha 0.11.
|
9
|
+
— Mocha 0.11.2
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -120,7 +120,7 @@
|
|
120
120
|
<span class='kw'>end</span></pre></div></div>
|
121
121
|
|
122
122
|
<div id="footer">
|
123
|
-
Generated on
|
123
|
+
Generated on Tue Apr 24 11:15:45 2012 by
|
124
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
125
125
|
0.7.5 (ruby-1.9.3).
|
126
126
|
</div>
|
data/doc/frames.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
-
<title>Mocha 0.11.
|
7
|
+
<title>Mocha 0.11.2</title>
|
8
8
|
</head>
|
9
9
|
<frameset cols="20%,*">
|
10
10
|
<frame name="list" src="class_list.html" />
|