diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2017-12-28 09:19:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 09:19:34 -0800 |
commit | 6cf061ed6f3f9c8128385765c07eaa4f8a43bd34 (patch) | |
tree | 90157d2ed04ec2fe1282c833e1af9ba529bc51c4 /test/visitors/test_depth_first.rb | |
parent | bb0e60f40c1aa38096122c4a4836c8db6bf56ff9 (diff) | |
parent | 773f5e5a0b172754289de527bcba6b923bbc3d0e (diff) | |
download | rails-6cf061ed6f3f9c8128385765c07eaa4f8a43bd34.tar.gz rails-6cf061ed6f3f9c8128385765c07eaa4f8a43bd34.tar.bz2 rails-6cf061ed6f3f9c8128385765c07eaa4f8a43bd34.zip |
Merge pull request #513 from itsNikolay/remove_unused_requires
Remove Unused `require`
Diffstat (limited to 'test/visitors/test_depth_first.rb')
-rw-r--r-- | test/visitors/test_depth_first.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/visitors/test_depth_first.rb b/test/visitors/test_depth_first.rb index 0c7f7ccd34..832843265c 100644 --- a/test/visitors/test_depth_first.rb +++ b/test/visitors/test_depth_first.rb @@ -1,6 +1,5 @@ # frozen_string_literal: true require 'helper' -require 'set' module Arel module Visitors |