aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.rb
diff options
context:
space:
mode:
authorNikolay Ponomarev <itsnikolay@gmail.com>2017-12-27 23:33:54 +0300
committerNikolay Ponomarev <itsnikolay@gmail.com>2017-12-27 23:33:54 +0300
commit773f5e5a0b172754289de527bcba6b923bbc3d0e (patch)
tree90157d2ed04ec2fe1282c833e1af9ba529bc51c4 /test/helper.rb
parentbb0e60f40c1aa38096122c4a4836c8db6bf56ff9 (diff)
downloadrails-773f5e5a0b172754289de527bcba6b923bbc3d0e.tar.gz
rails-773f5e5a0b172754289de527bcba6b923bbc3d0e.tar.bz2
rails-773f5e5a0b172754289de527bcba6b923bbc3d0e.zip
Remove Unused `require`
It looks like they are left from old design
Diffstat (limited to 'test/helper.rb')
-rw-r--r--test/helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/helper.rb b/test/helper.rb
index 022ba1dae6..3eecfb79b6 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
require 'rubygems'
require 'minitest/autorun'
-require 'fileutils'
require 'arel'
require 'support/fake_record'