Commit f64dba8
committed
fix flaking tests
routes related tests were failing for two reasons:
- order dependencies between tests utilizing routes.rb and tests
utilizing in file routes.
- automatically reloading routes at the top of process.
The routes file is always loaded by rails, so I think removing the thing
should be good. Tests still work anyways.1 parent 781f26d commit f64dba8
File tree
5 files changed
+23
-39
lines changed- lib/pry-rails/commands
- spec
- config
5 files changed
+23
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
| 11 | + | |
5 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 6 | | |
18 | | - | |
| 7 | + | |
19 | 8 | | |
20 | 9 | | |
21 | 10 | | |
22 | 11 | | |
23 | 12 | | |
24 | | - | |
| 13 | + | |
25 | 14 | | |
26 | 15 | | |
27 | 16 | | |
| |||
33 | 22 | | |
34 | 23 | | |
35 | 24 | | |
36 | | - | |
37 | | - | |
| 25 | + | |
| 26 | + | |
38 | 27 | | |
39 | 28 | | |
40 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 6 | | |
24 | 7 | | |
25 | 8 | | |
| |||
28 | 11 | | |
29 | 12 | | |
30 | 13 | | |
31 | | - | |
| 14 | + | |
32 | 15 | | |
33 | 16 | | |
34 | 17 | | |
35 | 18 | | |
36 | | - | |
| 19 | + | |
37 | 20 | | |
38 | | - | |
| 21 | + | |
39 | 22 | | |
40 | 23 | | |
41 | 24 | | |
42 | 25 | | |
43 | | - | |
44 | | - | |
| 26 | + | |
| 27 | + | |
45 | 28 | | |
46 | 29 | | |
47 | 30 | | |
48 | 31 | | |
49 | | - | |
| 32 | + | |
50 | 33 | | |
51 | 34 | | |
52 | 35 | | |
| |||
0 commit comments