Skip to content

Commit dc004a4

Browse files
committed
Resolve relative links on build time
1 parent f220fda commit dc004a4

File tree

40 files changed

+98
-78
lines changed

40 files changed

+98
-78
lines changed

docs/features/3-12/rspec-core/command-line/example-matches-name-option/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<p>You can also use the option more than once to specify multiple example
1717
matches.</p>
1818

19-
<p>Note: description-less examples that have generated descriptions (typical when using the <a href="../subject/one-liner-syntax">one-liner syntax</a>) cannot be directly filtered with this option, because it is necessary to execute the example to generate the description, so RSpec is unable to use the not-yet-generated description to decide whether or not to execute an example. You can, of course, pass part of a group&rsquo;s description to select all examples defined in the group (including those that have no description).</p>
19+
<p>Note: description-less examples that have generated descriptions (typical when using the <a href="/features/3-12/rspec-core/subject/one-liner-syntax">one-liner syntax</a>) cannot be directly filtered with this option, because it is necessary to execute the example to generate the description, so RSpec is unable to use the not-yet-generated description to decide whether or not to execute an example. You can, of course, pass part of a group&rsquo;s description to select all examples defined in the group (including those that have no description).</p>
2020

2121
<h2>Background</h2>
2222

docs/features/3-12/rspec-core/command-line/example-name-option/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<p>You can also use the option more than once to specify multiple example
1717
matches.</p>
1818

19-
<p>Note: description-less examples that have generated descriptions (typical when using the <a href="../subject/one-liner-syntax">one-liner syntax</a>) cannot be directly filtered with this option, because it is necessary to execute the example to generate the description, so RSpec is unable to use the not-yet-generated description to decide whether or not to execute an example. You can, of course, pass part of a group&rsquo;s description to select all examples defined in the group (including those that have no description).</p>
19+
<p>Note: description-less examples that have generated descriptions (typical when using the <a href="/features/3-12/rspec-core/subject/one-liner-syntax">one-liner syntax</a>) cannot be directly filtered with this option, because it is necessary to execute the example to generate the description, so RSpec is unable to use the not-yet-generated description to decide whether or not to execute an example. You can, of course, pass part of a group&rsquo;s description to select all examples defined in the group (including those that have no description).</p>
2020

2121
<h2>Background</h2>
2222

docs/features/3-12/rspec-core/configuration/order-and-seed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<!--[if gt IE 8]<!--><html class="no-js" lang="en"><!--<![endif]--><head><meta charset="UTF-8" /><meta content="width=device-width, initial-scale=1" name="viewport" /><meta property="og:title" /><meta content="https://rspec.info/features/3-12/rspec-core/configuration/order-and-seed/" property="og:url" /><meta content="https://rspec.info/images/logo_ogp.png" property="og:image" /><meta content="summary" name="twitter:card" /><meta content="@rspec" name="twitter:site" /><title></title><link href="/stylesheets/pages/features.css" rel="stylesheet" /><link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" /><link href="/blog/feed.xml" rel="alternate" type="application/atom+xml" /></head><body class="features"><header><nav><h1><img src="/images/logo.png" alt="Logo" /><a href="/">RSpec</a></h1><input class="hamburger-toggle" type="checkbox" /><div class="hamburger-icon"><div class="bar"></div><div class="bar"></div><div class="bar"></div></div><ul class="menu"><li><a href="/about">About</a></li><li><a href="/documentation">Documentation</a></li><li><a href="/blog">Blog</a></li><li><a href="/upgrading-from-rspec-2">Upgrade</a></li><li><a href="/help">Get Help</a></li><li><a href="/contributing">Contributing</a></li></ul></nav></header><nav class="top-nav-bar" role="navigation"><ul><li>Library:</li><li><a class="title" href="/features/3-12/rspec-core">RSpec Core</a><ul aria-haspopup="true" aria-label="submenu"><li class="current"><a href="/features/3-12/rspec-core">RSpec Core</a></li><li><a href="/features/3-12/rspec-expectations">RSpec Expectations</a></li><li><a href="/features/3-12/rspec-mocks">RSpec Mocks</a></li><li><a href="/features/6-0/rspec-rails">RSpec Rails</a></li></ul></li><li>Version:</li><li><a class="title" href="/features/3-12/rspec-core">3.12</a><ul aria-haspopup="true" aria-label="submenu"><li class="current"><a href="/features/3-12/rspec-core">3.12</a></li></ul></li></ul></nav><section><nav><ul><li><a href="/features/3-12/rspec-core/example-groups">Example groups</a><ul><li><a href="/features/3-12/rspec-core/example-groups/basic-structure"> The basic structure (`describe`/`it`)</a></li><li><a href="/features/3-12/rspec-core/example-groups/shared-examples"> Using shared examples</a></li><li><a href="/features/3-12/rspec-core/example-groups/shared-context"> Using `shared_context`</a></li><li><a href="/features/3-12/rspec-core/example-groups/aliasing"> Aliasing</a></li></ul></li><li><a href="/features/3-12/rspec-core/command-line">Command line</a><ul><li><a href="/features/3-12/rspec-core/command-line/example-name-option"> `--example` option</a></li><li><a href="/features/3-12/rspec-core/command-line/format-option"> `--format` option</a></li><li><a href="/features/3-12/rspec-core/command-line/tag"> `--tag` option</a></li><li><a href="/features/3-12/rspec-core/command-line/line-number-appended-to-path"> `&lt;file&gt;:&lt;line_number&gt;` (line number appended to file path)</a></li><li><a href="/features/3-12/rspec-core/command-line/exit-status"> `--failure-exit-code` option (exit status)</a></li><li><a href="/features/3-12/rspec-core/command-line/order">`--order` option</a></li><li><a href="/features/3-12/rspec-core/command-line/rake-task"> Creating a rake task</a></li><li><a href="/features/3-12/rspec-core/command-line/order"> Using the `--order` option</a></li><li><a href="/features/3-12/rspec-core/command-line/ruby"> Run with `ruby` command</a></li><li><a href="/features/3-12/rspec-core/command-line/warnings-option"> `--warnings` option (run with warnings enabled)</a></li><li><a href="/features/3-12/rspec-core/command-line/init"> `--init` option</a></li><li><a href="/features/3-12/rspec-core/command-line/example-matches-name-option"> `--example-matches` option</a></li><li><a href="/features/3-12/rspec-core/command-line/bisect"> Bisect</a></li><li><a href="/features/3-12/rspec-core/command-line/only-failures"> Using the `--only-failures` option</a></li><li><a href="/features/3-12/rspec-core/command-line/fail-fast"> `--fail-fast` option</a></li><li><a href="/features/3-12/rspec-core/command-line/dry-run"> `--dry-run` option</a></li><li><a href="/features/3-12/rspec-core/command-line/randomization"> Randomization can be reproduced across test runs</a></li><li><a href="/features/3-12/rspec-core/command-line/pattern-option"> `--pattern` option</a></li><li><a href="/features/3-12/rspec-core/command-line/require-option"> `--require` option</a></li></ul></li><li><a href="/features/3-12/rspec-core/pending-and-skipped-examples">Pending and skipped examples</a><ul><li><a href="/features/3-12/rspec-core/pending-and-skipped-examples/pending-examples"> Using `pending` with examples</a></li><li><a href="/features/3-12/rspec-core/pending-and-skipped-examples/skipped-examples"> Using `skip` with examples</a></li></ul></li><li><a href="/features/3-12/rspec-core/hooks">Hooks</a><ul><li><a href="/features/3-12/rspec-core/hooks/before-and-after-hooks"> `before` and `after` hooks</a></li><li><a href="/features/3-12/rspec-core/hooks/around-hooks"> `around` hooks</a></li><li><a href="/features/3-12/rspec-core/hooks/filtering"> Filtering</a></li><li><a href="/features/3-12/rspec-core/hooks/when-first-matching-example-defined"> Using `when_first_matching_example_defined` hook</a></li></ul></li><li><a href="/features/3-12/rspec-core/subject">Subject</a><ul><li><a href="/features/3-12/rspec-core/subject/implicit-subject"> Implicitly defined subject</a></li><li><a href="/features/3-12/rspec-core/subject/explicit-subject"> Explicit Subject</a></li><li><a href="/features/3-12/rspec-core/subject/one-liner-syntax"> One-liner syntax</a></li></ul></li><li><a href="/features/3-12/rspec-core/helper-methods">Helper methods</a><ul><li><a href="/features/3-12/rspec-core/helper-methods/let"> `let` and `let!`</a></li><li><a href="/features/3-12/rspec-core/helper-methods/arbitrary-methods"> Defining arbitrary helper methods</a></li><li><a href="/features/3-12/rspec-core/helper-methods/modules"> Define helper methods in a module</a></li></ul></li><li><a href="/features/3-12/rspec-core/metadata">Metadata</a><ul><li><a href="/features/3-12/rspec-core/metadata/current-example"> Using the current example</a></li><li><a href="/features/3-12/rspec-core/metadata/described-class"> Using `described_class`</a></li><li><a href="/features/3-12/rspec-core/metadata/user-defined"> User-defined metadata</a></li><li><a href="/features/3-12/rspec-core/metadata/current-scope"> `RSpec` provides the current scope as `RSpec.current_scope`</a></li></ul></li><li><a href="/features/3-12/rspec-core/filtering">Filtering</a><ul><li><a href="/features/3-12/rspec-core/filtering/inclusion-filters"> Inclusion filters</a></li><li><a href="/features/3-12/rspec-core/filtering/exclusion-filters"> Exclusion filters</a></li><li><a href="/features/3-12/rspec-core/filtering/if-and-unless"> Conditional Filters</a></li><li><a href="/features/3-12/rspec-core/filtering/filter-run-when-matching"> Using `filter_run_when_matching`</a></li></ul></li><li><a href="/features/3-12/rspec-core/configuration">Configuration</a><ul class="open"><li><a href="/features/3-12/rspec-core/configuration/read-options-from-file"> Reading command line configuration options from files</a></li><li><a href="/features/3-12/rspec-core/configuration/color"> Windows may require additional solutions to display color</a></li><li><a href="/features/3-12/rspec-core/configuration/fail-fast"> Setting the `fail_fast` option</a></li><li><a href="/features/3-12/rspec-core/configuration/fail-if-no-examples"> Setting the `fail_if_no_examples` option</a></li><li><a href="/features/3-12/rspec-core/configuration/custom-settings"> Custom settings</a></li><li><a href="/features/3-12/rspec-core/configuration/alias-example-to"> Create example aliases</a></li><li><a href="/features/3-12/rspec-core/configuration/default-path"> Setting the default spec path</a></li><li><a href="/features/3-12/rspec-core/configuration/pattern"> Using the `--pattern` option</a></li><li><a href="/features/3-12/rspec-core/configuration/run-all-when-everything-filtered"> Using `run_all_when_everything_filtered`</a></li><li><a href="/features/3-12/rspec-core/configuration/overriding-global-ordering"> Overriding global ordering</a></li><li><a href="/features/3-12/rspec-core/configuration/profile"> Profiling examples (`--profile`)</a></li><li><a href="/features/3-12/rspec-core/configuration/error-exit-code"> Setting an error exit code</a></li><li><a href="/features/3-12/rspec-core/configuration/failure-exit-code"> Setting a failure exit code</a></li><li><a href="/features/3-12/rspec-core/configuration/order-and-seed"> Setting the `--order` and/or `--seed`</a></li><li><a href="/features/3-12/rspec-core/configuration/exclude-pattern"> Using the `--exclude_pattern` option</a></li><li><a href="/features/3-12/rspec-core/configuration/enable-global-dsl"> Global namespace DSL</a></li><li><a href="/features/3-12/rspec-core/configuration/deprecation-stream"> Custom deprecation stream</a></li><li><a href="/features/3-12/rspec-core/configuration/output-stream"> Custom output stream</a></li><li><a href="/features/3-12/rspec-core/configuration/backtrace-exclusion-patterns"> Excluding lines from the backtrace</a></li><li><a href="/features/3-12/rspec-core/configuration/zero-monkey-patching-mode"> Zero monkey patching mode</a></li></ul></li><li><a href="/features/3-12/rspec-core/expectation-framework-integration">Expectation framework integration</a><ul><li><a href="/features/3-12/rspec-core/expectation-framework-integration/configure-expectation-framework"> Configuring an expectation framework</a></li><li><a href="/features/3-12/rspec-core/expectation-framework-integration/aggregating-failures"> Aggregating Failures</a></li></ul></li><li><a href="/features/3-12/rspec-core/mock-framework-integration">Mock framework integration</a><ul><li><a href="/features/3-12/rspec-core/mock-framework-integration/use-rspec"> Mocking with `rspec`</a></li><li><a href="/features/3-12/rspec-core/mock-framework-integration/use-flexmock"> Mocking with `flexmock`</a></li><li><a href="/features/3-12/rspec-core/mock-framework-integration/use-mocha"> Mocking with `mocha`</a></li><li><a href="/features/3-12/rspec-core/mock-framework-integration/use-rr"> Mocking with `rr`</a></li><li><a href="/features/3-12/rspec-core/mock-framework-integration/use-any-framework"> Mocking with an alternative framework</a></li></ul></li><li><a href="/features/3-12/rspec-core/formatters">Formatters</a><ul><li><a href="/features/3-12/rspec-core/formatters/configurable-colors"> Configurable colors</a></li><li><a href="/features/3-12/rspec-core/formatters/json-formatter"> The JSON formatter</a></li><li><a href="/features/3-12/rspec-core/formatters/custom-formatter"> Custom formatters</a></li></ul></li><li><a href="/features/3-12/rspec-core/spec-files">Spec files</a><ul><li><a href="/features/3-12/rspec-core/spec-files/arbitrary-file-suffix"> Using an arbitrary file suffix</a></li></ul></li><li><a href="/features/3-12/rspec-core/core-standalone">Core standalone</a></li><li><a href="/features/3-12/rspec-core/clear-examples">Clear examples</a></li></ul></nav><article><h1>Setting the <code>--order</code> and/or <code>--seed</code></h1>
66

77
<p>You can set the order to run specs and specify a seed if you are running the
8-
specs using the &lsquo;random&rsquo; ordering. See <a href="../command-line/order">the documentation on the <code>--order</code>
8+
specs using the &lsquo;random&rsquo; ordering. See <a href="/features/3-12/rspec-core/command-line/order">the documentation on the <code>--order</code>
99
command line option</a> for more on this.</p>
1010
</article></section><footer><div>Created with the assistance of Ninefold<img src="/images/brutus-half.png" alt="Brutus" /></div><br /><a href="https://dnsimple.link/resolving-rspec" target="_blank">Resolving with<br /><img src="https://cdn.dnsimple.com/assets/resolving-with-us/logo-dark.png" alt="DNSimple" style="width:100px;" /></a></footer></body><script src="/javascripts/asciinema-player.js"></script></html>

0 commit comments

Comments
 (0)