Skip to content

Commit 4258e09

Browse files
committed
Regenerate 3.0 docs (including rspec-rails).
1 parent 16ee3eb commit 4258e09

File tree

182 files changed

+18269
-6454
lines changed

Some content is hidden

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

182 files changed

+18269
-6454
lines changed

source/documentation/3.0/rspec-core/RSpec.html

Lines changed: 18 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888

8989
<h2>Overview</h2><div class="docstring">
9090
<div class="discussion">
91-
92-
<p>Namespace for all core RSpec code.</p>
91+
<p>Namespace for all core RSpec code.</p>
9392

9493

9594
</div>
@@ -142,9 +141,7 @@ <h2>
142141

143142

144143

145-
<span class="summary_desc"><div class='inline'>
146-
<p>Returns the global <a href="RSpec/Core/Configuration">Configuration</a>
147-
object.</p>
144+
<span class="summary_desc"><div class='inline'><p>Returns the global <a href="RSpec/Core/Configuration">Configuration</a> object.</p>
148145
</div></span>
149146

150147
</li>
@@ -167,8 +164,7 @@ <h2>
167164

168165

169166

170-
<span class="summary_desc"><div class='inline'>
171-
<p>Yields the global configuration to a block.</p>
167+
<span class="summary_desc"><div class='inline'><p>Yields the global configuration to a block.</p>
172168
</div></span>
173169

174170
</li>
@@ -191,8 +187,7 @@ <h2>
191187

192188

193189

194-
<span class="summary_desc"><div class='inline'>
195-
<p>The example being executed.</p>
190+
<span class="summary_desc"><div class='inline'><p>The example being executed.</p>
196191
</div></span>
197192

198193
</li>
@@ -215,8 +210,7 @@ <h2>
215210
<span class="private note title">private</span>
216211

217212

218-
<span class="summary_desc"><div class='inline'>
219-
<p>Set the current example being executed.</p>
213+
<span class="summary_desc"><div class='inline'><p>Set the current example being executed.</p>
220214
</div></span>
221215

222216
</li>
@@ -239,9 +233,7 @@ <h2>
239233

240234

241235

242-
<span class="summary_desc"><div class='inline'>
243-
<p>Used to ensure examples get reloaded between multiple runs in the same
244-
process.</p>
236+
<span class="summary_desc"><div class='inline'><p>Used to ensure examples get reloaded between multiple runs in the same process.</p>
245237
</div></span>
246238

247239
</li>
@@ -273,11 +265,9 @@ <h3 class="signature first" id="configuration-class_method">
273265

274266
</h3><div class="docstring">
275267
<div class="discussion">
276-
277-
<p>Returns the global <a href="RSpec/Core/Configuration">Configuration</a>
278-
object. While you <em>can</em> use this method to access the configuration,
279-
the more common convention is to use <a
280-
href="RSpec#configure-class_method">RSpec.configure</a>.</p>
268+
<p>Returns the global <a href="RSpec/Core/Configuration">Configuration</a> object. While you
269+
<em>can</em> use this method to access the configuration, the more common
270+
convention is to use <a href="RSpec#configure-class_method">RSpec.configure</a>.</p>
281271

282272

283273
</div>
@@ -344,8 +334,7 @@ <h3 class="signature " id="configure-class_method">
344334

345335
</h3><div class="docstring">
346336
<div class="discussion">
347-
348-
<p>Yields the global configuration to a block.</p>
337+
<p>Yields the global configuration to a block.</p>
349338

350339

351340
</div>
@@ -373,8 +362,7 @@ <h3 class="signature " id="configure-class_method">
373362

374363

375364
&mdash;
376-
<div class='inline'>
377-
<p>global configuration</p>
365+
<div class='inline'><p>global configuration</p>
378366
</div>
379367

380368
</li>
@@ -420,12 +408,11 @@ <h3 class="signature " id="current_example-class_method">
420408

421409
</h3><div class="docstring">
422410
<div class="discussion">
423-
424-
<p>The example being executed.</p>
411+
<p>The example being executed.</p>
425412

426-
<p>The primary audience for this method is library authors who need access to
427-
the example currently being executed and also want to support all versions
428-
of RSpec 2 and 3.</p>
413+
<p>The primary audience for this method is library authors who need access
414+
to the example currently being executed and also want to support all
415+
versions of RSpec 2 and 3.</p>
429416

430417

431418
</div>
@@ -489,7 +476,6 @@ <h3 class="signature " id="current_example=-class_method">
489476
<strong>This method is part of a private API.</strong>
490477
You should avoid using this method if possible, as it may be removed or be changed in the future.
491478
</p>
492-
493479
<p>Set the current example being executed.</p>
494480

495481

@@ -530,9 +516,8 @@ <h3 class="signature " id="reset-class_method">
530516

531517
</h3><div class="docstring">
532518
<div class="discussion">
533-
534-
<p>Used to ensure examples get reloaded between multiple runs in the same
535-
process.</p>
519+
<p>Used to ensure examples get reloaded between multiple runs in
520+
the same process.</p>
536521

537522
<p>Users must invoke this if they want to have the configuration reset when
538523
they use runner multiple times within the same process.</p>
@@ -571,7 +556,7 @@ <h3 class="signature " id="reset-class_method">
571556
</div>
572557

573558
<div id="footer">
574-
Generated on Thu Dec 18 09:22:23 2014 by
559+
Generated on Wed Jan 28 22:07:19 2015 by
575560
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
576561
0.8.7.6 (ruby-2.1.5).
577562
</div>

source/documentation/3.0/rspec-core/RSpec/Core.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888

8989
<h2>Overview</h2><div class="docstring">
9090
<div class="discussion">
91-
92-
<p>Namespace for the rspec-core code.</p>
91+
<p>Namespace for the rspec-core code.</p>
9392

9493

9594
</div>
@@ -117,8 +116,7 @@ <h2>Constant Summary</h2>
117116
<dt id="DeprecationError-constant" class="">DeprecationError =
118117
<div class="docstring">
119118
<div class="discussion">
120-
121-
<p>Deprecation Error</p>
119+
<p>Deprecation Error</p>
122120

123121

124122
</div>
@@ -144,7 +142,7 @@ <h2>Constant Summary</h2>
144142
</div>
145143

146144
<div id="footer">
147-
Generated on Thu Dec 18 09:22:23 2014 by
145+
Generated on Wed Jan 28 22:07:19 2015 by
148146
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149147
0.8.7.6 (ruby-2.1.5).
150148
</div>

0 commit comments

Comments
 (0)