|
| 1 | +# frozen_string_literal: true |
| 2 | + |
1 | 3 | # This file was generated by the `rspec --init` command. Conventionally, all |
2 | 4 | # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. |
3 | 5 | # The generated `.rspec` file contains `--require spec_helper` which will cause |
|
44 | 46 | # triggering implicit auto-inclusion in groups with matching metadata. |
45 | 47 | config.shared_context_metadata_behavior = :apply_to_host_groups |
46 | 48 |
|
47 | | -# The settings below are suggested to provide a good initial experience |
48 | | -# with RSpec, but feel free to customize to your heart's content. |
49 | | -=begin |
| 49 | + # The settings below are suggested to provide a good initial experience |
| 50 | + # with RSpec, but feel free to customize to your heart's content. |
50 | 51 | # This allows you to limit a spec run to individual examples or groups |
51 | 52 | # you care about by tagging them with `:focus` metadata. When nothing |
52 | 53 | # is tagged with `:focus`, all examples get run. RSpec also provides |
|
57 | 58 | # Allows RSpec to persist some state between runs in order to support |
58 | 59 | # the `--only-failures` and `--next-failure` CLI options. We recommend |
59 | 60 | # you configure your source control system to ignore this file. |
60 | | - config.example_status_persistence_file_path = "spec/examples.txt" |
| 61 | + # config.example_status_persistence_file_path = "spec/examples.txt" |
61 | 62 |
|
62 | 63 | # Limits the available syntax to the non-monkey patched syntax that is |
63 | 64 | # recommended. For more details, see: |
|
66 | 67 |
|
67 | 68 | # This setting enables warnings. It's recommended, but in some cases may |
68 | 69 | # be too noisy due to issues in dependencies. |
69 | | - config.warnings = true |
| 70 | + # config.warnings = true |
70 | 71 |
|
71 | 72 | # Many RSpec users commonly either run the entire suite or an individual |
72 | 73 | # file, and it's useful to allow more verbose output when running an |
|
75 | 76 | # Use the documentation formatter for detailed output, |
76 | 77 | # unless a formatter has already been configured |
77 | 78 | # (e.g. via a command-line flag). |
78 | | - config.default_formatter = "doc" |
| 79 | + config.default_formatter = 'doc' |
79 | 80 | end |
80 | 81 |
|
81 | 82 | # Print the 10 slowest examples and example groups at the |
82 | 83 | # end of the spec run, to help surface which specs are running |
83 | 84 | # particularly slow. |
84 | | - config.profile_examples = 10 |
| 85 | + # config.profile_examples = 10 |
85 | 86 |
|
86 | 87 | # Run specs in random order to surface order dependencies. If you find an |
87 | 88 | # order dependency and want to debug it, you can fix the order by providing |
88 | 89 | # the seed, which is printed after each run. |
89 | 90 | # --seed 1234 |
90 | | - config.order = :random |
| 91 | + # config.order = :random |
91 | 92 |
|
92 | 93 | # Seed global randomization in this process using the `--seed` CLI option. |
93 | 94 | # Setting this allows you to use `--seed` to deterministically reproduce |
94 | 95 | # test failures related to randomization by passing the same `--seed` value |
95 | 96 | # as the one that triggered the failure. |
96 | | - Kernel.srand config.seed |
97 | | -=end |
| 97 | + # Kernel.srand config.seed |
98 | 98 | end |
0 commit comments