Module: FileSpec::Setup

Defined in:
lib/file_spec.rb

Overview

Include this module to automatically switch to a temporary directory before each test.

Examples:

RSpec.configure do |config|
  config.include FileSpec::Setup
end