From 0644f9f3a0878193ac9ba3720d406da97b789a9d Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sun, 15 Jun 2014 01:08:38 +0530 Subject: Rename ambiguous test name to what it actually tests --- test/test_select_manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_select_manager.rb b/test/test_select_manager.rb index 4678901bb4..59b000d654 100644 --- a/test/test_select_manager.rb +++ b/test/test_select_manager.rb @@ -140,7 +140,7 @@ module Arel mgr.to_sql.must_be_like %{ SELECT FROM "users" INNER JOIN "users" "users_2" ON omg } end - it 'converts to sqlliterals' do + it 'converts to sqlliterals with multiple items' do table = Table.new :users right = table.alias mgr = table.from table -- cgit v1.2.3