This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
forked from shrinerb/shrine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests that Memory#upload and Memory#open accept kwargs
This is important when memory storage is used for tests, in which case there might be some upload/download options passed by the application code. We also want to make sure there aren't any kwargs warnings being triggered on Ruby 2.7, which could have been the case considering we were using "*" instead of "**" (though it turns out it's not).
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters