Include this module to automatically switch to a temporary directory before each test.
RSpec.configure do |config| config.include FileSpec::Setup end