Skip to content

Create the fakefs home directory path so writes to ~/.rspec succeed

gitlab-qa-bot requested to merge github/fork/cbascom/config_spec_failures into master

Created by: cbascom

Fix 4 spec failures in the configuration_options_spec tests by creating the home directory path in the fakefs file system prior to each test being run. Without this I am getting ENOENT errors because the home directory does not exist so the write to the file in that directory fails.

Merge request reports