Skip to content

Commit

Permalink
create tmp cache dir in spec if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stephens committed Aug 22, 2014
1 parent f04fcde commit 245d1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/with_timed_cache_spec.rb
Expand Up @@ -5,6 +5,7 @@

before(:all) do
@cache_directory = "spec/data/tmp"
FileUtils.mkdir_p(@cache_directory)
clean_cache_directory
end

Expand Down

0 comments on commit 245d1e8

Please sign in to comment.