mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fixing indentation
This commit is contained in:
parent
54448c5209
commit
77701cb501
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module Arel
|
|||
table = Table.new :users
|
||||
mgr = table.from table
|
||||
mgr.having 'foo'
|
||||
mgr.to_sql.should be_like %{ SELECT FROM "users" HAVING foo }
|
||||
mgr.to_sql.should be_like %{ SELECT FROM "users" HAVING foo }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue