colorls/spec
Claudio Bley 60cf569776 Pass a null device instead of explicitly closing stderr
When calling git any error messages should be suppressed (e.g. if an directory
is not inside a git repository).

Closing the stderr output when calling `IO.popen` works fine on POSIX systems,
but on Windows it does not and spits out a warning for every invocation:

```
git.rb:44: warning: cannot close fd before spawn
```

Fixes #517.
2022-04-30 09:13:56 +02:00
..
color_ls Pass a null device instead of explicitly closing stderr 2022-04-30 09:13:56 +02:00
fixtures Use ASCII_8BIT for paths and directory entries 2020-04-16 21:58:39 +02:00
support Use rubocop's default include configuration and fix all offenses 2020-12-23 22:32:36 +01:00
color_ls_spec.rb Fix offenses newly reported by rubocop-rspec 2022-02-28 21:37:11 +01:00
spec_helper.rb Use rubocop's default include configuration and fix all offenses 2020-12-23 22:32:36 +01:00