jamesmartin / inline_svg

Embed SVG documents in your Rails views and style them with CSS
MIT License
716 stars 72 forks source link

Use `File::NULL` instead of hardcoded `/dev/null` #174

Open tagliala opened 2 days ago

tagliala commented 2 days ago

Allow to run specs in file systems where /dev/null is not supported, like Windows.

Tested on GitHub Actions, with runs-on: windows-latest


Before

https://github.com/tagliala/inline_svg/actions/runs/11981009383

After

https://github.com/tagliala/inline_svg/actions/runs/11981044155