Commit 7c1062f
authored
Fix cache warning on heroku-22 (heroku#1588)
* Assert no warnings from `cp`
* Fix cache warning on heroku-22
Before:
```
$ be rspec spec/hatchet/getting_started_spec.rb:25
Run options: include {:focused=>true, :locations=>{"./spec/hatchet/getting_started_spec.rb"=>[25]}}
Hatchet setup: "hatchet-t-91c5d5b6ce" for "ruby-getting-started"
Destroying "hatchet-t-91c5d5b6ce": eb7dab2f-d12a-4bd2-b62a-c48781aa55a9, (0/20) reason: teardown
F
Failures:
1) Heroku ruby getting started works on Heroku-22
Failure/Error: expect(app.output).to_not include("cp --help")
```
After:
```
$ be rspec spec/hatchet/getting_started_spec.rb:25
Run options: include {:focused=>true, :locations=>{"./spec/hatchet/getting_started_spec.rb"=>[25]}}
Hatchet setup: "hatchet-t-17874ceca3" for "ruby-getting-started"
Finished in 2 minutes 21.4 seconds (files took 0.1802 seconds to load)
1 example, 0 failures
```1 parent e5c31cd commit 7c1062f
3 files changed
Lines changed: 24 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
10 | | - | |
11 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
12 | 29 | | |
13 | 30 | | |
14 | 31 | | |
| |||
0 commit comments