Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
reject
stub for credentials testing
Upstream in `fog-core` the method was inverted to use `select` rather than a negated reject for Rubocop style rules. That caused this spec to fail as only `reject` was stubbed. This stubs `select` as well so this should work for both versions, older versions of `fog-core` and newer ones.
- Loading branch information