Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Changes `folder` to `dir.to_s` (`folder` no longer exists). 2. Changes `passing.any?` to `!passing.empty?`, as `any?` has pitfalls: Took me a few minutes to debug when I tried with `input_path` that was returning `nil` (`[nil].any? #=> false`).
- Loading branch information