From: Lucas Kanashiro <lucas.kanashiro@collabora.co.uk>
Date: Fri, 24 Aug 2018 16:13:49 -0300
Subject: Fix failing tests with rails 5.2

It is still working with rails 4.2
Last-Update: 2019-02-03
---
 spec/spec_helper.rb | 1 +
 1 file changed, 1 insertion(+)

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,6 +3,7 @@ require "rspec"
 require "rspec/its"
 
 require "factory_bot"
+require "fileutils"
 
 FactoryBot.sequence_setting_timeout = 0.5
 
