aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_table.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_table.rb')
-rw-r--r--test/test_table.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_table.rb b/test/test_table.rb
index b9998174a1..93cdde8f68 100644
--- a/test/test_table.rb
+++ b/test/test_table.rb
@@ -48,12 +48,6 @@ module Arel
end
describe 'backwards compat' do
- describe 'joins' do
- it 'returns nil' do
- @relation.joins(nil).must_equal nil
- end
- end
-
describe 'join' do
it 'noops on nil' do
mgr = @relation.join nil