Skip to content

Commit

Permalink
Merge pull request #212 from rspec/tweak-rails-7-docs
Browse files Browse the repository at this point in the history
Updates to rspec-rails 7.0 docs
  • Loading branch information
JonRowe authored Sep 4, 2024
2 parents f75fa55 + e66a899 commit 3eebb43
Show file tree
Hide file tree
Showing 63 changed files with 564 additions and 494 deletions.
6 changes: 3 additions & 3 deletions source/documentation/7.0/rspec-rails/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.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/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 Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.2.2).
0.9.37 (ruby-3.2.2).
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions source/documentation/7.0/rspec-rails/RSpec/Rails.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::Rails
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -302,9 +302,9 @@ <h3 class="signature " id="render_views?-instance_method">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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::Rails::ActiveRecordConfiguration
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -71,9 +71,9 @@ <h2>Overview</h2><div class="docstring">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::ChannelExampleGroup
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -116,7 +116,7 @@ <h3 class="signature first" id="have_rejected_connection-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='id identifier rubyid_expect'>expect</span> <span class='lbrace'>{</span> <span class='id identifier rubyid_connect'>connect</span> <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_to'>to</span> <span class='id identifier rubyid_have_rejected_connection'>have_rejected_connection</span></code></pre>
</div>
</div><table class="source_code">
Expand Down Expand Up @@ -146,7 +146,7 @@ <h3 class="signature " id="have_stream_for-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='id identifier rubyid_expect'>expect</span><span class='lparen'>(</span><span class='id identifier rubyid_subscription'>subscription</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to'>to</span> <span class='id identifier rubyid_have_stream_for'>have_stream_for</span><span class='lparen'>(</span><span class='id identifier rubyid_user'>user</span><span class='rparen'>)</span></code></pre>
</div>
</div><table class="source_code">
Expand Down Expand Up @@ -178,7 +178,7 @@ <h3 class="signature " id="have_stream_from-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='id identifier rubyid_expect'>expect</span><span class='lparen'>(</span><span class='id identifier rubyid_subscription'>subscription</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to'>to</span> <span class='id identifier rubyid_have_stream_from'>have_stream_from</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>chat_1</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span></code></pre>
</div>
</div><table class="source_code">
Expand Down Expand Up @@ -211,7 +211,7 @@ <h3 class="signature " id="have_streams-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='id identifier rubyid_expect'>expect</span><span class='lparen'>(</span><span class='id identifier rubyid_subscription'>subscription</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to'>to</span> <span class='id identifier rubyid_have_streams'>have_streams</span></code></pre>
</div>
</div><table class="source_code">
Expand All @@ -237,9 +237,9 @@ <h3 class="signature " id="have_streams-instance_method">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::ChannelExampleGroup::ClassMethods
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -61,9 +61,9 @@ <h2>Overview</h2><div class="docstring">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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::Rails::Configuration
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -71,9 +71,9 @@ <h2>Overview</h2><div class="docstring">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::ControllerExampleGroup
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -230,7 +230,7 @@ <h3 class="signature first" id="bypass_rescue-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='id identifier rubyid_describe'>describe</span> <span class='const'>ProfilesController</span> <span class='kw'>do</span>
<span class='id identifier rubyid_it'>it</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>raises a 403 when a non-admin user tries to view another user&#39;s profile</span><span class='tstring_end'>&quot;</span></span> <span class='kw'>do</span>
<span class='id identifier rubyid_profile'>profile</span> <span class='op'>=</span> <span class='id identifier rubyid_create_profile'>create_profile</span>
Expand Down Expand Up @@ -262,9 +262,9 @@ <h3 class="signature first" id="bypass_rescue-instance_method">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::ControllerExampleGroup::ClassMethods
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -108,7 +108,7 @@ <h3 class="signature first" id="controller-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='id identifier rubyid_describe'>describe</span> <span class='const'>ApplicationController</span> <span class='kw'>do</span>
<span class='id identifier rubyid_controller'>controller</span> <span class='kw'>do</span>
<span class='kw'>def</span> <span class='id identifier rubyid_index'>index</span>
Expand Down Expand Up @@ -238,7 +238,7 @@ <h3 class="signature " id="routes-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='id identifier rubyid_describe'>describe</span> <span class='const'>MyEngine</span><span class='op'>::</span><span class='const'>PostsController</span> <span class='kw'>do</span>
<span class='id identifier rubyid_routes'>routes</span> <span class='lbrace'>{</span> <span class='const'>MyEngine</span><span class='op'>::</span><span class='const'>Engine</span><span class='period'>.</span><span class='id identifier rubyid_routes'>routes</span> <span class='rbrace'>}</span>
<span class='comment'># ...
Expand Down Expand Up @@ -268,9 +268,9 @@ <h3 class="signature " id="routes-instance_method">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::FeatureExampleGroup
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -135,9 +135,9 @@ <h3 class="signature first" id="visit-instance_method">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::HelperExampleGroup
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -118,9 +118,9 @@ <h3 class="signature first" id="helper-instance_method">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::JobExampleGroup
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -69,9 +69,9 @@ <h2>Overview</h2><div class="docstring">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::MailboxExampleGroup
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -107,7 +107,7 @@ <h3 class="signature first" id="have_been_delivered-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='id identifier rubyid_inbound_email'>inbound_email</span> <span class='op'>=</span> <span class='id identifier rubyid_process'>process</span><span class='lparen'>(</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
<span class='id identifier rubyid_expect'>expect</span><span class='lparen'>(</span><span class='id identifier rubyid_inbound_email'>inbound_email</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to'>to</span> <span class='id identifier rubyid_have_been_delivered'>have_been_delivered</span></code></pre>
</div>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h3 class="signature " id="have_bounced-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='id identifier rubyid_inbound_email'>inbound_email</span> <span class='op'>=</span> <span class='id identifier rubyid_process'>process</span><span class='lparen'>(</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
<span class='id identifier rubyid_expect'>expect</span><span class='lparen'>(</span><span class='id identifier rubyid_inbound_email'>inbound_email</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to'>to</span> <span class='id identifier rubyid_have_bounced'>have_bounced</span></code></pre>
</div>
Expand Down Expand Up @@ -169,7 +169,7 @@ <h3 class="signature " id="have_failed-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='id identifier rubyid_inbound_email'>inbound_email</span> <span class='op'>=</span> <span class='id identifier rubyid_process'>process</span><span class='lparen'>(</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
<span class='id identifier rubyid_expect'>expect</span><span class='lparen'>(</span><span class='id identifier rubyid_inbound_email'>inbound_email</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to'>to</span> <span class='id identifier rubyid_have_failed'>have_failed</span></code></pre>
</div>
Expand Down Expand Up @@ -240,9 +240,9 @@ <h3 class="signature " id="process-instance_method">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::MailerExampleGroup
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -72,9 +72,9 @@ <h2>Overview</h2><div class="docstring">
</p>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (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>
Module: RSpec::Rails::MailerExampleGroup::ClassMethods
&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/style.css" type="text/css" />
<link rel="stylesheet" href="/documentation/7.0/rspec-rails/css/common.css" type="text/css" />
Expand Down Expand Up @@ -101,9 +101,9 @@ <h3 class="signature first" id="mailer_class-instance_method">
</div>
</div>
<div id="footer">
Generated on Tue Sep 3 13:12:40 2024 by
Generated on Wed Sep 4 12:48:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.2.2).
0.9.37 (ruby-3.2.2).
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 3eebb43

Please sign in to comment.