diff options
| author | Koza <[email protected]> | 2023-04-12 19:54:44 +0200 |
|---|---|---|
| committer | Koza <[email protected]> | 2023-04-12 19:55:12 +0200 |
| commit | c891d749bc4dbaf621cf7afeb70c3d08178df098 (patch) | |
| tree | 99650746e4db150d3ecf2c390bc9982146e2d309 /test/tc_helper.rb | |
| parent | aa1ef598f4ec5990cc5e9e43bf37b5e04cccdecc (diff) | |
| download | caxlsx-c891d749bc4dbaf621cf7afeb70c3d08178df098.tar.gz caxlsx-c891d749bc4dbaf621cf7afeb70c3d08178df098.zip | |
Mock out external image requests to make the CI more stable
Diffstat (limited to 'test/tc_helper.rb')
| -rw-r--r-- | test/tc_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tc_helper.rb b/test/tc_helper.rb index af40a1e4..fb85870a 100644 --- a/test/tc_helper.rb +++ b/test/tc_helper.rb @@ -7,4 +7,5 @@ end require 'test/unit' require "timecop" +require 'webmock/test_unit' require "axlsx.rb" |
