Skip to content

Commit 5b73343

Browse files
committed
documentation for rspec-core 3.2
1 parent 4c63a6f commit 5b73343

Some content is hidden

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

58 files changed

+43526
-0
lines changed

Diff for: source/documentation/3.2/rspec-core/RSpec.html

+658
Large diffs are not rendered by default.

Diff for: source/documentation/3.2/rspec-core/RSpec/Core.html

+153
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<title>
7+
Module: RSpec::Core
8+
9+
&mdash; Documentation by YARD 0.8.7.6
10+
11+
</title>
12+
13+
<link rel="stylesheet" href="/stylesheets/docs/style.css" type="text/css" charset="utf-8" />
14+
15+
<link rel="stylesheet" href="/stylesheets/docs/common.css" type="text/css" charset="utf-8" />
16+
17+
<script type="text/javascript" charset="utf-8">
18+
hasFrames = window.top.frames.main ? true : false;
19+
relpath = '../';
20+
framesUrl = "../frames.html#!RSpec/Core.html";
21+
</script>
22+
23+
24+
<script type="text/javascript" charset="utf-8" src="/javascripts/docs/jquery.js"></script>
25+
26+
<script type="text/javascript" charset="utf-8" src="/javascripts/docs/app.js"></script>
27+
28+
29+
</head>
30+
<body>
31+
<div id="header">
32+
<div id="menu">
33+
34+
<a href="../_index.html">Index (C)</a> &raquo;
35+
<span class='title'><span class='object_link'><a href="../RSpec.html" title="RSpec (module)">RSpec</a></span></span>
36+
&raquo;
37+
<span class="title">Core</span>
38+
39+
40+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41+
</div>
42+
43+
<div id="search">
44+
45+
<a class="full_list_link" id="class_list_link"
46+
href="../class_list.html">
47+
Class List
48+
</a>
49+
50+
<a class="full_list_link" id="method_list_link"
51+
href="../method_list.html">
52+
Method List
53+
</a>
54+
55+
<a class="full_list_link" id="file_list_link"
56+
href="../file_list.html">
57+
File List
58+
</a>
59+
60+
</div>
61+
<div class="clear"></div>
62+
</div>
63+
64+
<iframe id="search_frame"></iframe>
65+
66+
<div id="content"><h1>Module: RSpec::Core
67+
68+
69+
70+
</h1>
71+
72+
<dl class="box">
73+
74+
75+
76+
77+
78+
79+
80+
81+
<dt class="r1 last">Defined in:</dt>
82+
<dd class="r1 last">lib/rspec/core.rb<span class="defines">,<br />
83+
lib/rspec/core/drb.rb,<br /> lib/rspec/core/dsl.rb,<br /> lib/rspec/core/world.rb,<br /> lib/rspec/core/hooks.rb,<br /> lib/rspec/core/runner.rb,<br /> lib/rspec/core/example.rb,<br /> lib/rspec/core/pending.rb,<br /> lib/rspec/core/version.rb,<br /> lib/rspec/core/reporter.rb,<br /> lib/rspec/core/warnings.rb,<br /> lib/rspec/core/ordering.rb,<br /> lib/rspec/core/flat_map.rb,<br /> lib/rspec/core/metadata.rb,<br /> lib/rspec/core/rake_task.rb,<br /> lib/rspec/core/ruby_project.rb,<br /> lib/rspec/core/option_parser.rb,<br /> lib/rspec/core/example_group.rb,<br /> lib/rspec/core/configuration.rb,<br /> lib/rspec/core/notifications.rb,<br /> lib/rspec/core/shared_context.rb,<br /> lib/rspec/core/filter_manager.rb,<br /> lib/rspec/core/backport_random.rb,<br /> lib/rspec/core/metadata_filter.rb,<br /> lib/rspec/core/memoized_helpers.rb,<br /> lib/rspec/core/formatters/helpers.rb,<br /> lib/rspec/core/backtrace_formatter.rb,<br /> lib/rspec/core/formatters/protocol.rb,<br /> lib/rspec/core/project_initializer.rb,<br /> lib/rspec/core/mocking_adapters/rr.rb,<br /> lib/rspec/core/shared_example_group.rb,<br /> lib/rspec/core/mocking_adapters/null.rb,<br /> lib/rspec/core/configuration_options.rb,<br /> lib/rspec/core/mocking_adapters/rspec.rb,<br /> lib/rspec/core/mocking_adapters/mocha.rb,<br /> lib/rspec/core/formatters/html_printer.rb,<br /> lib/rspec/core/formatters/console_codes.rb,<br /> lib/rspec/core/formatters/json_formatter.rb,<br /> lib/rspec/core/mocking_adapters/flexmock.rb,<br /> lib/rspec/core/formatters/html_formatter.rb,<br /> lib/rspec/core/formatters/base_formatter.rb,<br /> lib/rspec/core/minitest_assertions_adapter.rb,<br /> lib/rspec/core/test_unit_assertions_adapter.rb,<br /> lib/rspec/core/formatters/profile_formatter.rb,<br /> lib/rspec/core/formatters/snippet_extractor.rb,<br /> lib/rspec/core/formatters/progress_formatter.rb,<br /> lib/rspec/core/formatters/base_text_formatter.rb,<br /> lib/rspec/core/formatters/deprecation_formatter.rb,<br /> lib/rspec/core/formatters/documentation_formatter.rb</span>
84+
</dd>
85+
86+
</dl>
87+
<div class="clear"></div>
88+
89+
<h2>Overview</h2><div class="docstring">
90+
<div class="discussion">
91+
92+
<p>Namespace for the rspec-core code.</p>
93+
94+
95+
</div>
96+
</div>
97+
<div class="tags">
98+
99+
100+
</div><h2>Defined Under Namespace</h2>
101+
<p class="children">
102+
103+
104+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Core/DSL.html" title="RSpec::Core::DSL (module)">DSL</a></span>, <span class='object_link'><a href="Core/Formatters.html" title="RSpec::Core::Formatters (module)">Formatters</a></span>, <span class='object_link'><a href="Core/Hooks.html" title="RSpec::Core::Hooks (module)">Hooks</a></span>, <span class='object_link'><a href="Core/MemoizedHelpers.html" title="RSpec::Core::MemoizedHelpers (module)">MemoizedHelpers</a></span>, <span class='object_link'><a href="Core/Metadata.html" title="RSpec::Core::Metadata (module)">Metadata</a></span>, <span class='object_link'><a href="Core/MetadataFilter.html" title="RSpec::Core::MetadataFilter (module)">MetadataFilter</a></span>, <span class='object_link'><a href="Core/Notifications.html" title="RSpec::Core::Notifications (module)">Notifications</a></span>, <span class='object_link'><a href="Core/Pending.html" title="RSpec::Core::Pending (module)">Pending</a></span>, <span class='object_link'><a href="Core/SharedContext.html" title="RSpec::Core::SharedContext (module)">SharedContext</a></span>, <span class='object_link'><a href="Core/SharedExampleGroup.html" title="RSpec::Core::SharedExampleGroup (module)">SharedExampleGroup</a></span>, <span class='object_link'><a href="Core/Version.html" title="RSpec::Core::Version (module)">Version</a></span>
105+
106+
107+
108+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Core/Configuration.html" title="RSpec::Core::Configuration (class)">Configuration</a></span>, <span class='object_link'><a href="Core/ConfigurationOptions.html" title="RSpec::Core::ConfigurationOptions (class)">ConfigurationOptions</a></span>, <span class='object_link'><a href="Core/Example.html" title="RSpec::Core::Example (class)">Example</a></span>, <span class='object_link'><a href="Core/ExampleGroup.html" title="RSpec::Core::ExampleGroup (class)">ExampleGroup</a></span>, <span class='object_link'><a href="Core/RakeTask.html" title="RSpec::Core::RakeTask (class)">RakeTask</a></span>, <span class='object_link'><a href="Core/Reporter.html" title="RSpec::Core::Reporter (class)">Reporter</a></span>, <span class='object_link'><a href="Core/Runner.html" title="RSpec::Core::Runner (class)">Runner</a></span>, <span class='object_link'><a href="Core/SharedExampleGroupInclusionStackFrame.html" title="RSpec::Core::SharedExampleGroupInclusionStackFrame (class)">SharedExampleGroupInclusionStackFrame</a></span>, <span class='object_link'><a href="Core/SharedExampleGroupModule.html" title="RSpec::Core::SharedExampleGroupModule (class)">SharedExampleGroupModule</a></span>, <span class='object_link'><a href="Core/World.html" title="RSpec::Core::World (class)">World</a></span>
109+
110+
111+
</p>
112+
113+
<h2>Constant Summary</h2>
114+
115+
<dl class="constants">
116+
117+
<dt id="DeprecationError-constant" class="">DeprecationError =
118+
<div class="docstring">
119+
<div class="discussion">
120+
121+
<p>Deprecation Error.</p>
122+
123+
124+
</div>
125+
</div>
126+
<div class="tags">
127+
128+
129+
</div>
130+
</dt>
131+
<dd><pre class="code"><span class='const'>Class</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='const'>StandardError</span><span class='rparen'>)</span></pre></dd>
132+
133+
</dl>
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
</div>
145+
146+
<div id="footer">
147+
Generated on Wed Dec 17 10:16:13 2014 by
148+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149+
0.8.7.6 (ruby-2.1.5).
150+
</div>
151+
152+
</body>
153+
</html>

0 commit comments

Comments
 (0)