Skip to content

Commit ff367ec

Browse files
committed
Build for rspec-rails 6.1, updated 3.12 and added 3.13 docs
1 parent d380eaa commit ff367ec

File tree

1,171 files changed

+107797
-1808
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,171 files changed

+107797
-1808
lines changed

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/documentation/3.12/rspec-core/RSpec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Module: RSpec
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -477,9 +477,9 @@ <h3 class="signature " id="reset-class_method">
477477
</div>
478478
</div>
479479
<div id="footer">
480-
Generated on Wed Oct 26 21:46:37 2022 by
480+
Generated on Sun Feb 4 20:29:08 2024 by
481481
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
482-
0.9.28 (ruby-3.1.0).
482+
0.9.34 (ruby-3.2.2).
483483
</div>
484484
</div>
485485
</body>

docs/documentation/3.12/rspec-core/RSpec/Core.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Module: RSpec::Core
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -80,9 +80,9 @@ <h2>
8080
</dl>
8181
</div>
8282
<div id="footer">
83-
Generated on Wed Oct 26 21:46:37 2022 by
83+
Generated on Sun Feb 4 20:29:08 2024 by
8484
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
85-
0.9.28 (ruby-3.1.0).
85+
0.9.34 (ruby-3.2.2).
8686
</div>
8787
</div>
8888
</body>

docs/documentation/3.12/rspec-core/RSpec/Core/Configuration.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: RSpec::Core::Configuration
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -260,7 +260,7 @@ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collaps
260260
<span class="summary_signature">
261261
<a href="#max_displayed_failure_line_count-instance_method" title="#max_displayed_failure_line_count (instance method)">#<strong>max_displayed_failure_line_count</strong> &#x21d2; void </a>
262262
</span>
263-
<span class="summary_desc"><div class='inline'><p>Maximum count of failed source lines to display in the failure reports.</p>
263+
<span class="summary_desc"><div class='inline'><p>Maximum count of failed source lines to display in the failure reports (defaults to <code>10</code>).</p>
264264
</div></span>
265265
</li>
266266
<li class="public ">
@@ -1617,8 +1617,8 @@ <h3 class="signature " id="max_displayed_failure_line_count-instance_method">
16171617
#<strong>max_displayed_failure_line_count</strong> &#x21d2; <tt>void</tt>
16181618
</h3><div class="docstring">
16191619
<div class="discussion">
1620-
<p>Maximum count of failed source lines to display in the failure reports.
1621-
(default <code>10</code>).
1620+
<p>Maximum count of failed source lines to display in the failure reports
1621+
(defaults to <code>10</code>).
16221622
return [Integer]</p>
16231623
</div>
16241624
</div>
@@ -2602,7 +2602,7 @@ <h3 class="signature " id="backtrace_exclusion_patterns=-instance_method">
26022602
<span class='name'>patterns</span>
26032603
<span class='type'>(<tt>Array&lt;Regexp&gt;</tt>)</span>
26042604
&mdash;
2605-
<div class='inline'><p>set backtrace_formatter exlusion_patterns</p>
2605+
<div class='inline'><p>set backtrace_formatter exclusion_patterns</p>
26062606
</div>
26072607
</li>
26082608
</ul>
@@ -3020,7 +3020,7 @@ <h3 class="signature " id="disable_monkey_patching!-instance_method">
30203020
<div class="note notetag">
30213021
<strong>Note:</strong>
30223022
<div class='inline'><p>If the user uses this options with <code>mock_with :mocha</code>
3023-
(or similiar) they will still have monkey patching active
3023+
(or similar) they will still have monkey patching active
30243024
in their test environment from mocha.</p>
30253025
</div>
30263026
</div>
@@ -4965,9 +4965,9 @@ <h3 class="signature " id="when_first_matching_example_defined-instance_method">
49654965
</div>
49664966
</div>
49674967
<div id="footer">
4968-
Generated on Wed Oct 26 21:46:38 2022 by
4968+
Generated on Sun Feb 4 20:29:08 2024 by
49694969
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4970-
0.9.28 (ruby-3.1.0).
4970+
0.9.34 (ruby-3.2.2).
49714971
</div>
49724972
</div>
49734973
</body>

docs/documentation/3.12/rspec-core/RSpec/Core/ConfigurationOptions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: RSpec::Core::ConfigurationOptions
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -324,9 +324,9 @@ <h3 class="signature " id="configure_filter_manager-instance_method">
324324
</div>
325325
</div>
326326
<div id="footer">
327-
Generated on Wed Oct 26 21:46:38 2022 by
327+
Generated on Sun Feb 4 20:29:09 2024 by
328328
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
329-
0.9.28 (ruby-3.1.0).
329+
0.9.34 (ruby-3.2.2).
330330
</div>
331331
</div>
332332
</body>

docs/documentation/3.12/rspec-core/RSpec/Core/DSL.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Module: RSpec::Core::DSL
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -184,9 +184,9 @@ <h3 class="signature " id="remove_globally!-class_method">
184184
</div>
185185
</div>
186186
<div id="footer">
187-
Generated on Wed Oct 26 21:46:37 2022 by
187+
Generated on Sun Feb 4 20:29:08 2024 by
188188
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
189-
0.9.28 (ruby-3.1.0).
189+
0.9.34 (ruby-3.2.2).
190190
</div>
191191
</div>
192192
</body>

docs/documentation/3.12/rspec-core/RSpec/Core/Example.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: RSpec::Core::Example
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -1195,9 +1195,9 @@ <h3 class="signature " id="skipped?-instance_method">
11951195
</div>
11961196
</div>
11971197
<div id="footer">
1198-
Generated on Wed Oct 26 21:46:37 2022 by
1198+
Generated on Sun Feb 4 20:29:08 2024 by
11991199
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1200-
0.9.28 (ruby-3.1.0).
1200+
0.9.34 (ruby-3.2.2).
12011201
</div>
12021202
</div>
12031203
</body>

docs/documentation/3.12/rspec-core/RSpec/Core/Example/ExecutionResult.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: RSpec::Core::Example::ExecutionResult
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -604,9 +604,9 @@ <h3 class="signature " id="record_finished-instance_method">
604604
</div>
605605
</div>
606606
<div id="footer">
607-
Generated on Wed Oct 26 21:46:37 2022 by
607+
Generated on Sun Feb 4 20:29:08 2024 by
608608
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
609-
0.9.28 (ruby-3.1.0).
609+
0.9.34 (ruby-3.2.2).
610610
</div>
611611
</div>
612612
</body>

docs/documentation/3.12/rspec-core/RSpec/Core/Example/Procsy.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: RSpec::Core::Example::Procsy
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -292,9 +292,9 @@ <h3 class="signature " id="to_proc-instance_method">
292292
</div>
293293
</div>
294294
<div id="footer">
295-
Generated on Wed Oct 26 21:46:37 2022 by
295+
Generated on Sun Feb 4 20:29:08 2024 by
296296
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
297-
0.9.28 (ruby-3.1.0).
297+
0.9.34 (ruby-3.2.2).
298298
</div>
299299
</div>
300300
</body>

docs/documentation/3.12/rspec-core/RSpec/Core/ExampleGroup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: RSpec::Core::ExampleGroup
8-
&mdash; Documentation by YARD 0.9.28
8+
&mdash; Documentation by YARD 0.9.34
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.12/rspec-core/css/common.css" type="text/css" />
@@ -2283,9 +2283,9 @@ <h3 class="signature first" id="described_class-instance_method">
22832283
</div>
22842284
</div>
22852285
<div id="footer">
2286-
Generated on Wed Oct 26 21:46:38 2022 by
2286+
Generated on Sun Feb 4 20:29:08 2024 by
22872287
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2288-
0.9.28 (ruby-3.1.0).
2288+
0.9.34 (ruby-3.2.2).
22892289
</div>
22902290
</div>
22912291
</body>

0 commit comments

Comments
 (0)