From 345646619f034fbce952b0339ea86e1607548570 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 2 Feb 2011 15:00:54 -0800 Subject: fixing whitespace errors --- test/visitors/test_mssql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/visitors') diff --git a/test/visitors/test_mssql.rb b/test/visitors/test_mssql.rb index 3d002dc563..ccaea395fe 100644 --- a/test/visitors/test_mssql.rb +++ b/test/visitors/test_mssql.rb @@ -13,7 +13,7 @@ module Arel sql = @visitor.accept(stmt) sql.must_be_like "SELECT TOP 1" end - + it 'uses TOP in updates with a limit' do stmt = Nodes::UpdateStatement.new stmt.limit = Nodes::Limit.new(1) -- cgit v1.2.3