|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 | 6 | <title>
|
7 | 7 | Class: RSpec::Core::Configuration
|
8 |
| - — Documentation by YARD 0.9.28 |
| 8 | + — Documentation by YARD 0.9.34 |
9 | 9 | </title>
|
10 | 10 | <link rel="stylesheet" href="/documentation/3.12/rspec-core/css/style.css" type="text/css" />
|
11 | 11 | <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
|
260 | 260 | <span class="summary_signature">
|
261 | 261 | <a href="#max_displayed_failure_line_count-instance_method" title="#max_displayed_failure_line_count (instance method)">#<strong>max_displayed_failure_line_count</strong> ⇒ void </a>
|
262 | 262 | </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> |
264 | 264 | </div></span>
|
265 | 265 | </li>
|
266 | 266 | <li class="public ">
|
@@ -1617,8 +1617,8 @@ <h3 class="signature " id="max_displayed_failure_line_count-instance_method">
|
1617 | 1617 | #<strong>max_displayed_failure_line_count</strong> ⇒ <tt>void</tt>
|
1618 | 1618 | </h3><div class="docstring">
|
1619 | 1619 | <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>). |
1622 | 1622 | return [Integer]</p>
|
1623 | 1623 | </div>
|
1624 | 1624 | </div>
|
@@ -2602,7 +2602,7 @@ <h3 class="signature " id="backtrace_exclusion_patterns=-instance_method">
|
2602 | 2602 | <span class='name'>patterns</span>
|
2603 | 2603 | <span class='type'>(<tt>Array<Regexp></tt>)</span>
|
2604 | 2604 | —
|
2605 |
| - <div class='inline'><p>set backtrace_formatter exlusion_patterns</p> |
| 2605 | + <div class='inline'><p>set backtrace_formatter exclusion_patterns</p> |
2606 | 2606 | </div>
|
2607 | 2607 | </li>
|
2608 | 2608 | </ul>
|
@@ -3020,7 +3020,7 @@ <h3 class="signature " id="disable_monkey_patching!-instance_method">
|
3020 | 3020 | <div class="note notetag">
|
3021 | 3021 | <strong>Note:</strong>
|
3022 | 3022 | <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 |
3024 | 3024 | in their test environment from mocha.</p>
|
3025 | 3025 | </div>
|
3026 | 3026 | </div>
|
@@ -4965,9 +4965,9 @@ <h3 class="signature " id="when_first_matching_example_defined-instance_method">
|
4965 | 4965 | </div>
|
4966 | 4966 | </div>
|
4967 | 4967 | <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 |
4969 | 4969 | <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). |
4971 | 4971 | </div>
|
4972 | 4972 | </div>
|
4973 | 4973 | </body>
|
|
0 commit comments