diff options
Diffstat (limited to 'activesupport/test/empty_bool.rb')
-rw-r--r-- | activesupport/test/empty_bool.rb | 7 |
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 |