1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Add MIT license header to file adapter spec

This commit is contained in:
Holger Just 2017-07-15 14:29:02 +02:00
parent ba61940a95
commit 724a373d66

View File

@ -1,3 +1,8 @@
# Copyright 2017 Holger Just
#
# This software may be modified and distributed under the terms
# of the MIT license. See the LICENSE.txt file for details.
require 'spec_helper'
require 'tempfile'
require 'tmpdir'