|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +about: Report an issue with RuboCop RSpec you've discovered. |
| 4 | +--- |
| 5 | + |
| 6 | +*Be clear, concise and precise in your description of the problem. |
| 7 | +Open an issue with a descriptive title and a summary in grammatically correct, |
| 8 | +complete sentences.* |
| 9 | + |
| 10 | +*Use the template below when reporting bugs. Please, make sure that |
| 11 | +you're running the latest stable RuboCop RSpec and that the problem you're reporting |
| 12 | +hasn't been reported (and potentially fixed) already.* |
| 13 | + |
| 14 | +*Before filing the ticket you should replace all text above the horizontal |
| 15 | +rule with your own words.* |
| 16 | + |
| 17 | +*In the case of false positive or false negative, please add the |
| 18 | +corresponding cop name.* |
| 19 | + |
| 20 | +______________________________________________________________________ |
| 21 | + |
| 22 | +## Expected behavior |
| 23 | + |
| 24 | +Describe here how you expected RuboCop RSpec to behave in this particular situation. |
| 25 | + |
| 26 | +## Actual behavior |
| 27 | + |
| 28 | +Describe here what actually happened. |
| 29 | +Please use `rubocop --debug` when pasting rubocop output as it contains additional information. |
| 30 | + |
| 31 | +## Steps to reproduce the problem |
| 32 | + |
| 33 | +This is extremely important! Providing us with a reliable way to reproduce |
| 34 | +a problem will expedite its solution. |
| 35 | + |
| 36 | +## RuboCop RSpec version |
| 37 | + |
| 38 | +Include the output of `rubocop -V` or `bundle exec rubocop -V` if using Bundler. |
| 39 | +If you see extension cop versions (e.g. `rubocop-performance`, `rubocop-rake`, and others) |
| 40 | +output by `rubocop -V`, include them as well. Here's an example: |
| 41 | + |
| 42 | +```shell |
| 43 | +$ [bundle exec] rubocop -V |
| 44 | +1.67.0 (using Parser 3.3.5.0, rubocop-ast 1.32.3, analyzing as Ruby 2.7, running on ruby 3.4.0) [arm64-darwin23] |
| 45 | + - rubocop-performance 1.22.1 |
| 46 | + - rubocop-rake 0.6.0 |
| 47 | + - rubocop-rspec 3.1.0 |
| 48 | +``` |
0 commit comments