diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-02-02 15:00:54 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-02-02 15:00:54 -0800 |
commit | 345646619f034fbce952b0339ea86e1607548570 (patch) | |
tree | e68469e05c7d51353836802ae175e9655ce984ef /test | |
parent | 41ed0708955c0dacccf882ac1cb57ab396dde6ab (diff) | |
download | rails-345646619f034fbce952b0339ea86e1607548570.tar.gz rails-345646619f034fbce952b0339ea86e1607548570.tar.bz2 rails-345646619f034fbce952b0339ea86e1607548570.zip |
fixing whitespace errors
Diffstat (limited to 'test')
-rw-r--r-- | test/visitors/test_mssql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |