aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/type/binary_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/test/cases/type/binary_test.rb')
-rw-r--r--activemodel/test/cases/type/binary_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/test/cases/type/binary_test.rb b/activemodel/test/cases/type/binary_test.rb
index ef4f125a3b..3221a73e49 100644
--- a/activemodel/test/cases/type/binary_test.rb
+++ b/activemodel/test/cases/type/binary_test.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
require "cases/helper"
-require "active_model/type"
module ActiveModel
module Type