jekyll-responsive-image/features/support/hooks.rb

10 lines
186 B
Ruby
Raw Normal View History

2014-12-06 03:26:50 +11:00
Before do
FileUtils.rm_rf(TEST_DIR) if File.exist?(TEST_DIR)
FileUtils.mkdir_p(TEST_DIR)
Dir.chdir(TEST_DIR)
end
After do
FileUtils.rm_rf(TEST_DIR) if File.exist?(TEST_DIR)
end