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

-1
This file was deleted.

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

+3-3
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

+3-3
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

+8-8
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

+3-3
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

+3-3
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

+3-3
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

+3-3
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

+3-3
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

+3-3
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>

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

+3-3
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::Formatters
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" />
@@ -200,9 +200,9 @@ <h3 class="signature first" id="register-class_method">
200200
</div>
201201
</div>
202202
<div id="footer">
203-
Generated on Wed Oct 26 21:46:37 2022 by
203+
Generated on Sun Feb 4 20:29:08 2024 by
204204
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
205-
0.9.28 (ruby-3.1.0).
205+
0.9.34 (ruby-3.2.2).
206206
</div>
207207
</div>
208208
</body>

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

+3-3
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::Formatters::BaseFormatter
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" />
@@ -351,9 +351,9 @@ <h3 class="signature " id="start-instance_method">
351351
</div>
352352
</div>
353353
<div id="footer">
354-
Generated on Wed Oct 26 21:46:38 2022 by
354+
Generated on Sun Feb 4 20:29:09 2024 by
355355
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
356-
0.9.28 (ruby-3.1.0).
356+
0.9.34 (ruby-3.2.2).
357357
</div>
358358
</div>
359359
</body>

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

+3-3
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::Formatters::BaseTextFormatter
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" />
@@ -276,9 +276,9 @@ <h3 class="signature " id="message-instance_method">
276276
</div>
277277
</div>
278278
<div id="footer">
279-
Generated on Wed Oct 26 21:46:38 2022 by
279+
Generated on Sun Feb 4 20:29:09 2024 by
280280
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
281-
0.9.28 (ruby-3.1.0).
281+
0.9.34 (ruby-3.2.2).
282282
</div>
283283
</div>
284284
</body>

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

+3-3
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::Formatters::ConsoleCodes
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" />
@@ -206,9 +206,9 @@ <h3 class="signature " id="wrap-class_method">
206206
</div>
207207
</div>
208208
<div id="footer">
209-
Generated on Wed Oct 26 21:46:37 2022 by
209+
Generated on Sun Feb 4 20:29:08 2024 by
210210
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
211-
0.9.28 (ruby-3.1.0).
211+
0.9.34 (ruby-3.2.2).
212212
</div>
213213
</div>
214214
</body>

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

+3-3
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::Formatters::FallbackMessageFormatter
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" />
@@ -169,9 +169,9 @@ <h3 class="signature first" id="message-instance_method">
169169
</div>
170170
</div>
171171
<div id="footer">
172-
Generated on Wed Oct 26 21:46:38 2022 by
172+
Generated on Sun Feb 4 20:29:09 2024 by
173173
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
174-
0.9.28 (ruby-3.1.0).
174+
0.9.34 (ruby-3.2.2).
175175
</div>
176176
</div>
177177
</body>

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

+3-3
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::Formatters::Helpers
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" />
@@ -365,9 +365,9 @@ <h3 class="signature " id="pluralize-class_method">
365365
</div>
366366
</div>
367367
<div id="footer">
368-
Generated on Wed Oct 26 21:46:37 2022 by
368+
Generated on Sun Feb 4 20:29:08 2024 by
369369
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
370-
0.9.28 (ruby-3.1.0).
370+
0.9.34 (ruby-3.2.2).
371371
</div>
372372
</div>
373373
</body>

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

+5-5
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::Formatters::HtmlSnippetExtractor
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" />
@@ -221,7 +221,7 @@ <h3 class="signature " id="post_process-instance_method">
221221
<span class='name'>offending_line</span>
222222
<span class='type'>(<tt>Fixnum</tt>)</span>
223223
&mdash;
224-
<div class='inline'><p>line where failure occured</p>
224+
<div class='inline'><p>line where failure occurred</p>
225225
</div>
226226
</li>
227227
</ul>
@@ -292,7 +292,7 @@ <h3 class="signature " id="snippet-instance_method">
292292
<span class='type'>(<tt>String</tt>)</span>
293293
&mdash;
294294
<div class='inline'><p>highlighted code snippet indicating where the test
295-
failure occured</p>
295+
failure occurred</p>
296296
</div>
297297
</li>
298298
</ul>
@@ -390,9 +390,9 @@ <h3 class="signature " id="snippet_for-instance_method">
390390
</div>
391391
</div>
392392
<div id="footer">
393-
Generated on Wed Oct 26 21:46:38 2022 by
393+
Generated on Sun Feb 4 20:29:09 2024 by
394394
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
395-
0.9.28 (ruby-3.1.0).
395+
0.9.34 (ruby-3.2.2).
396396
</div>
397397
</div>
398398
</body>

0 commit comments

Comments
 (0)