You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This is borrowed (slightly modified) from Scott Taylor's project_path project: <ahref="http://github.com/smtlaissezfaire/project_path">github.com/smtlaissezfaire/project_path</a></p>
<spanclass="summary_desc"><divclass='inline'><p>Used to ensure examples get reloaded between multiple runs in the same process and ensures user configuration is persisted.</p>
92
+
<spanclass="summary_desc"><divclass='inline'>
93
+
<p>Used to ensure examples get reloaded between multiple runs in the same process and ensures user configuration is persisted.</p>
<spanclass="summary_desc"><divclass='inline'><p>Used to ensure examples get reloaded and user configuration gets reset to defaults between multiple runs in the same process.</p>
125
+
<spanclass="summary_desc"><divclass='inline'>
126
+
<p>Used to ensure examples get reloaded and user configuration gets reset to defaults between multiple runs in the same process.</p>
<p>Returns the global <ahref="RSpec/Core/Configuration">Configuration</a> object. While
133
-
you <em>can</em> use this method to access the configuration, the more common
134
-
convention is to use <ahref="RSpec#configure-class_method">RSpec.configure</a>.</p>
138
+
<p>Returns the global <ahref="RSpec/Core/Configuration">Configuration</a> object. While you <em>can</em> use this method to access the configuration, the more common convention is to use <ahref="RSpec#configure-class_method">RSpec.configure</a>.</p>
<p>Used to ensure examples get reloaded between multiple runs in the same
204
-
process and ensures user configuration is persisted.</p>
205
-
<p>Users must invoke this if they want to clear all examples but preserve
206
-
current configuration when they use the runner multiple times within the
207
-
same process.</p>
207
+
<p>Used to ensure examples get reloaded between multiple runs in the same process and ensures user configuration is persisted.</p>
208
+
<p>Users must invoke this if they want to clear all examples but preserve current configuration when they use the runner multiple times within the same process.</p>
<p>The primary audience for this method is library authors who need access
286
-
to the example currently being executed and also want to support all
287
-
versions of RSpec 2 and 3.</p>
286
+
<p>The example being executed.</p>
287
+
<p>The primary audience for this method is library authors who need access to the example currently being executed and also want to support all versions of RSpec 2 and 3.</p>
<p>Used to ensure examples get reloaded and user configuration gets reset to
358
-
defaults between multiple runs in the same process.</p>
359
-
<p>Users must invoke this if they want to have the configuration reset when
360
-
they use the runner multiple times within the same process. Users must deal
361
-
themselves with re-configuration of RSpec before run.</p>
357
+
<p>Used to ensure examples get reloaded and user configuration gets reset to defaults between multiple runs in the same process.</p>
358
+
<p>Users must invoke this if they want to have the configuration reset when they use the runner multiple times within the same process. Users must deal themselves with re-configuration of RSpec before run.</p>
0 commit comments