Skip to content

Commit

Permalink
Merge pull request #213 from rspec/update-mocks-docs
Browse files Browse the repository at this point in the history
Generated docs from rspec-mocks
  • Loading branch information
JonRowe authored Sep 4, 2024
2 parents 3eebb43 + 413ff26 commit b11d350
Show file tree
Hide file tree
Showing 35 changed files with 535 additions and 429 deletions.
6 changes: 3 additions & 3 deletions source/documentation/3.13/rspec-mocks/BasicObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Class: BasicObject
&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
Expand Down Expand Up @@ -63,9 +63,9 @@ <h2>Overview</h2><div class="docstring">
</div>
</div>
<div id="footer">
Generated on Sun Feb 4 20:34:25 2024 by
Generated on Wed Sep 4 15:23:12 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
0.9.37 (ruby-3.2.2).
</div>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions source/documentation/3.13/rspec-mocks/Class.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Class: Class
&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
Expand Down Expand Up @@ -106,7 +106,7 @@ <h3 class="signature first" id="any_instance-instance_method">
</div>
<div class="tags">
<div class="examples">
<p class="tag_title">Examples:</p>
<h4 class="tag_title">Examples:</h4>
<pre class="example code"><code><span class='const'>Car</span><span class='period'>.</span><span class='id identifier rubyid_any_instance'>any_instance</span><span class='period'>.</span><span class='id identifier rubyid_should_receive'>should_receive</span><span class='lparen'>(</span><span class='symbol'>:go</span><span class='rparen'>)</span>
<span class='id identifier rubyid_race'>race</span> <span class='op'>=</span> <span class='const'>Race</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
<span class='id identifier rubyid_race'>race</span><span class='period'>.</span><span class='id identifier rubyid_cars'>cars</span> <span class='op'>&lt;&lt;</span> <span class='const'>Car</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
Expand Down Expand Up @@ -143,9 +143,9 @@ <h3 class="signature first" id="any_instance-instance_method">
</div>
</div>
<div id="footer">
Generated on Sun Feb 4 20:34:25 2024 by
Generated on Wed Sep 4 15:23:12 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
0.9.37 (ruby-3.2.2).
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions source/documentation/3.13/rspec-mocks/RSpec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: RSpec
&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
Expand Down Expand Up @@ -62,9 +62,9 @@ <h2>Overview</h2><div class="docstring">
</p>
</div>
<div id="footer">
Generated on Sun Feb 4 20:34:25 2024 by
Generated on Wed Sep 4 15:23:12 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
0.9.37 (ruby-3.2.2).
</div>
</div>
</body>
Expand Down
18 changes: 9 additions & 9 deletions source/documentation/3.13/rspec-mocks/RSpec/Mocks.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: RSpec::Mocks
&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
Expand Down Expand Up @@ -196,9 +196,9 @@ <h3 class="signature first" id="allow_message-class_method">
</div>
<div class="tags">
<div class="examples">
<p class="tag_title">Examples:</p>
<p class="example_title"><div class='inline'><p>Defines the implementation of <code>foo</code> on <code>bar</code>, using the passed block</p>
</div></p>
<h4 class="tag_title">Examples:</h4>
<h5 class="example_title"><div class='inline'><p>Defines the implementation of <code>foo</code> on <code>bar</code>, using the passed block</p>
</div></h5>
<pre class="example code"><code><span class='id identifier rubyid_x'>x</span> <span class='op'>=</span> <span class='int'>0</span>
<span class='const'><span class='object_link'><a href="../RSpec.html" title="RSpec (module)">RSpec</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="RSpec::Mocks (module)">Mocks</a></span></span><span class='period'>.</span><span class='id identifier rubyid_allow_message'>allow_message</span><span class='lparen'>(</span><span class='id identifier rubyid_bar'>bar</span><span class='comma'>,</span> <span class='symbol'>:foo</span><span class='rparen'>)</span> <span class='lbrace'>{</span> <span class='id identifier rubyid_x'>x</span> <span class='op'>+=</span> <span class='int'>1</span> <span class='rbrace'>}</span></code></pre>
</div>
Expand Down Expand Up @@ -291,9 +291,9 @@ <h3 class="signature " id="expect_message-class_method">
</div>
<div class="tags">
<div class="examples">
<p class="tag_title">Examples:</p>
<p class="example_title"><div class='inline'><p>Expect the message <code>foo</code> to receive <code>bar</code>, then call it</p>
</div></p>
<h4 class="tag_title">Examples:</h4>
<h5 class="example_title"><div class='inline'><p>Expect the message <code>foo</code> to receive <code>bar</code>, then call it</p>
</div></h5>
<pre class="example code"><code><span class='const'><span class='object_link'><a href="../RSpec.html" title="RSpec (module)">RSpec</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="RSpec::Mocks (module)">Mocks</a></span></span><span class='period'>.</span><span class='id identifier rubyid_expect_message'>expect_message</span><span class='lparen'>(</span><span class='id identifier rubyid_bar'>bar</span><span class='comma'>,</span> <span class='symbol'>:foo</span><span class='rparen'>)</span>
<span class='id identifier rubyid_bar'>bar</span><span class='period'>.</span><span class='id identifier rubyid_foo'>foo</span></code></pre>
</div>
Expand Down Expand Up @@ -489,9 +489,9 @@ <h3 class="signature " id="with_temporary_scope-class_method">
</div>
</div>
<div id="footer">
Generated on Sun Feb 4 20:34:25 2024 by
Generated on Wed Sep 4 15:23:12 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
0.9.37 (ruby-3.2.2).
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Class: RSpec::Mocks::ArgumentListMatcher
&mdash; Documentation by YARD 0.9.34
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
Expand Down Expand Up @@ -232,9 +232,9 @@ <h3 class="signature first" id="args_match?-instance_method">
</div>
</div>
<div id="footer">
Generated on Sun Feb 4 20:34:25 2024 by
Generated on Wed Sep 4 15:23:12 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.34 (ruby-3.2.2).
0.9.37 (ruby-3.2.2).
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit b11d350

Please sign in to comment.