|
|
|
@ -62,13 +62,14 @@ RSpec.configure do |config| |
|
|
|
|
|
|
|
|
|
|
|
# The settings below are suggested to provide a good initial experience |
|
|
|
# The settings below are suggested to provide a good initial experience |
|
|
|
# with RSpec, but feel free to customize to your heart's content. |
|
|
|
# with RSpec, but feel free to customize to your heart's content. |
|
|
|
# # This allows you to limit a spec run to individual examples or groups |
|
|
|
|
|
|
|
# # you care about by tagging them with `:focus` metadata. When nothing |
|
|
|
# This allows you to limit a spec run to individual examples or groups |
|
|
|
# # is tagged with `:focus`, all examples get run. RSpec also provides |
|
|
|
# you care about by tagging them with `:focus` metadata. When nothing |
|
|
|
# # aliases for `it`, `describe`, and `context` that include `:focus` |
|
|
|
# is tagged with `:focus`, all examples get run. RSpec also provides |
|
|
|
# # metadata: `fit`, `fdescribe` and `fcontext`, respectively. |
|
|
|
# aliases for `it`, `describe`, and `context` that include `:focus` |
|
|
|
# config.filter_run_when_matching :focus |
|
|
|
# metadata: `fit`, `fdescribe` and `fcontext`, respectively. |
|
|
|
# |
|
|
|
config.filter_run_when_matching :focus |
|
|
|
|
|
|
|
|
|
|
|
# # Allows RSpec to persist some state between runs in order to support |
|
|
|
# # Allows RSpec to persist some state between runs in order to support |
|
|
|
# # the `--only-failures` and `--next-failure` CLI options. We recommend |
|
|
|
# # the `--only-failures` and `--next-failure` CLI options. We recommend |
|
|
|
# # you configure your source control system to ignore this file. |
|
|
|
# # you configure your source control system to ignore this file. |
|
|
|
|