Commit 8311033
committed
Fix a
```
❯ bundle exec rspec
An error occurred while loading spec_helper.
Failure/Error: require 'rubocop-rspec'
NameError:
uninitialized constant RuboCop::Cop::RSpecRails
# ./lib/rubocop-rspec_rails.rb:7:in `<top (required)>'
# ./spec/spec_helper.rb:53:in `<top (required)>'
No examples found.
No examples found.
```NameError by Cross-Referencing1 parent b141576 commit 8311033
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
0 commit comments