Commit fe8786f
committed
Only require dotenv in test env
with commit d3a7239 dotenv became an inherited and implicit hard dependency for any project depending on blockfrost-ruby.
Since dotenv is only needed within the test environment, moving it into `spec_helper` releases the dependency for projects depending on blockfrost-ruby and makes sure it only gets required in this library's test environment.1 parent df2e2b5 commit fe8786f
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments