|
| 1 | +<!-- |
| 2 | +
|
| 3 | +Hi there! Here's a few pointers to help us help you with your issue as quickly |
| 4 | +as possible. |
| 5 | +
|
| 6 | +We prefer that the RSpec Rails issue tracker be mainly used for bug reports. |
| 7 | +Feature requests or general requests for help should go to our google group: |
| 8 | +[email protected]. We use that as our primary location for higher level |
| 9 | +RSpec discussions. |
| 10 | +
|
| 11 | +If you are filing a bug report, there's a few steps it'd be super if you could |
| 12 | +follow. If you can't do all of these, don't worry, but if you can it'll help us |
| 13 | +resolve your bug faster! |
| 14 | +
|
| 15 | +--> |
| 16 | + |
| 17 | +## What Ruby, Rails and RSpec versions are you using? |
| 18 | + |
| 19 | +Ruby version: |
| 20 | +Rails version: |
| 21 | +Rspec version: |
| 22 | + |
| 23 | +<!-- |
| 24 | +
|
| 25 | +You can run |
| 26 | +
|
| 27 | +``` |
| 28 | +bundle exec ruby --version |
| 29 | +bundle exec rails --version |
| 30 | +bundle exec rspec --version |
| 31 | +``` |
| 32 | +
|
| 33 | +--> |
| 34 | + |
| 35 | +## Observed behaviour |
| 36 | + |
| 37 | +<!-- |
| 38 | +please provide a concise description of the behaviour you are observing with |
| 39 | +RSpec and Rails |
| 40 | +--> |
| 41 | + |
| 42 | +## Expected behaviour |
| 43 | + |
| 44 | +<!-- |
| 45 | +Please provide a description of what you expect to be happening, and how that |
| 46 | +differs from the current behaviour. |
| 47 | +--> |
| 48 | + |
| 49 | +## Can you provide an example app? |
| 50 | + |
| 51 | +<!-- |
| 52 | +This step is probably the most important in allowing us to quickly debug |
| 53 | +your issue, and we typically ask that you follow these steps: |
| 54 | +
|
| 55 | +1. `rails new` an app at the specific version of ruby and rails that you are |
| 56 | + using |
| 57 | +2. commit that app, so that we have the rails skeleton in a separate commit |
| 58 | +3. Make all the changes necessary (adding RSpec, models, specs, controllers, |
| 59 | + etc) to reproduce the issue. There should be a failing test or tests that you |
| 60 | + expect to pass. We'll run `bundle exec rspec`, but if you can provide a |
| 61 | + readme with more detailed instructions that'd be amazing :) |
| 62 | +4. Commit |
| 63 | +5. Provide a link to a github repo, a description of the app and what you're expecting here |
| 64 | +--> |
0 commit comments