File: 0004-Fix-failing-tests-with-rails-5.2.patch

package info (click to toggle)
ruby-factory-bot 6.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,492 kB
  • sloc: ruby: 9,242; makefile: 6; sh: 4
file content (20 lines) | stat: -rw-r--r-- 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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