aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/empty_bool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/empty_bool.rb')
-rw-r--r--activesupport/test/empty_bool.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activesupport/test/empty_bool.rb b/activesupport/test/empty_bool.rb
deleted file mode 100644
index 005b3523ef..0000000000
--- a/activesupport/test/empty_bool.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class EmptyTrue
- def empty?() true; end
-end
-
-class EmptyFalse
- def empty?() false; end
-end