Claudia c85df70757
Fix flaw in Cask test helper
This commit fixes a flaw in the Cask test helper, causing the broken `Cask::Config` test to actually fail.

The flaw occurred while patching the `Cask::Config::DEFAULT_DIRS` hash.
While the original hash uses strings as values, the patched one used
`Pathname` values, masking a broken `Cask::Config::from_json` test.

Now the broken test fails like it should.
2020-04-27 15:09:36 +02:00
..
2020-04-07 09:58:26 +01:00
2020-04-14 14:29:38 +01:00
2020-04-20 13:37:05 +02:00
2019-10-18 15:33:28 +08:00
2020-03-27 19:18:25 +00:00
2020-04-18 15:44:24 +01:00
2020-04-27 15:09:36 +02:00
2020-04-14 13:41:35 +10:00
2020-04-21 14:36:01 +01:00
2020-03-10 10:51:20 +00:00
2019-10-11 09:34:43 +02:00
2020-02-19 11:24:12 +00:00
2020-04-12 14:17:05 +01:00
2020-02-05 20:22:21 +00:00
2020-02-28 14:57:28 -05:00