Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
580 changes: 580 additions & 0 deletions source/documentation/3.0/rspec-core/RSpec.html

Large diffs are not rendered by default.

153 changes: 153 additions & 0 deletions source/documentation/3.0/rspec-core/RSpec/Core.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Module: RSpec::Core

&mdash; Documentation by YARD 0.8.7.6

</title>

<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />

<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />

<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '../';
framesUrl = "../frames.html#!RSpec/Core.html";
</script>


<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>

<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>


</head>
<body>
<div id="header">
<div id="menu">

<a href="../_index.html">Index (C)</a> &raquo;
<span class='title'><span class='object_link'><a href="../RSpec.html" title="RSpec (module)">RSpec</a></span></span>
&raquo;
<span class="title">Core</span>


<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>

<div id="search">

<a class="full_list_link" id="class_list_link"
href="../class_list.html">
Class List
</a>

<a class="full_list_link" id="method_list_link"
href="../method_list.html">
Method List
</a>

<a class="full_list_link" id="file_list_link"
href="../file_list.html">
File List
</a>

</div>
<div class="clear"></div>
</div>

<iframe id="search_frame"></iframe>

<div id="content"><h1>Module: RSpec::Core



</h1>

<dl class="box">








<dt class="r1 last">Defined in:</dt>
<dd class="r1 last">lib/rspec/core.rb<span class="defines">,<br />
lib/rspec/core/dsl.rb,<br /> lib/rspec/core/drb.rb,<br /> lib/rspec/core/hooks.rb,<br /> lib/rspec/core/world.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/metadata.rb,<br /> lib/rspec/core/warnings.rb,<br /> lib/rspec/core/ordering.rb,<br /> lib/rspec/core/flat_map.rb,<br /> lib/rspec/core/reporter.rb,<br /> lib/rspec/core/rake_task.rb,<br /> lib/rspec/core/ruby_project.rb,<br /> lib/rspec/core/notifications.rb,<br /> lib/rspec/core/configuration.rb,<br /> lib/rspec/core/option_parser.rb,<br /> lib/rspec/core/example_group.rb,<br /> lib/rspec/core/filter_manager.rb,<br /> lib/rspec/core/shared_context.rb,<br /> lib/rspec/core/metadata_filter.rb,<br /> lib/rspec/core/backport_random.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/mocking_adapters/rr.rb,<br /> lib/rspec/core/project_initializer.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/base_formatter.rb,<br /> lib/rspec/core/mocking_adapters/flexmock.rb,<br /> lib/rspec/core/formatters/html_formatter.rb,<br /> lib/rspec/core/formatters/json_formatter.rb,<br /> lib/rspec/core/minitest_assertions_adapter.rb,<br /> lib/rspec/core/formatters/snippet_extractor.rb,<br /> lib/rspec/core/test_unit_assertions_adapter.rb,<br /> lib/rspec/core/formatters/profile_formatter.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>
</dd>

</dl>
<div class="clear"></div>

<h2>Overview</h2><div class="docstring">
<div class="discussion">

<p>Namespace for the rspec-core code.</p>


</div>
</div>
<div class="tags">


</div><h2>Defined Under Namespace</h2>
<p class="children">


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



<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/World.html" title="RSpec::Core::World (class)">World</a></span>


</p>

<h2>Constant Summary</h2>

<dl class="constants">

<dt id="DeprecationError-constant" class="">DeprecationError =
<div class="docstring">
<div class="discussion">

<p>Deprecation Error</p>


</div>
</div>
<div class="tags">


</div>
</dt>
<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>

</dl>










</div>

<div id="footer">
Generated on Thu Dec 18 09:22:23 2014 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.7.6 (ruby-2.1.5).
</div>

</body>
</html>
Loading