aboutsummaryrefslogtreecommitdiffstats
path: root/test/collectors/test_bind.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/collectors/test_bind.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/collectors/test_bind.rb')
-rw-r--r--test/collectors/test_bind.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/collectors/test_bind.rb b/test/collectors/test_bind.rb
index 6b4b651cf7..62fd911a0f 100644
--- a/test/collectors/test_bind.rb
+++ b/test/collectors/test_bind.rb
@@ -1,8 +1,6 @@
# frozen_string_literal: true
require 'helper'
-require 'arel/collectors/bind'
-
module Arel
module Collectors
class TestBind < Arel::Test