mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
make sure thread runs
This commit is contained in:
parent
bc0510c002
commit
12e330fc56
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ module Arel
|
|||
@visitor.send(:visit_Arel_Attributes_Attribute, @attr)
|
||||
end
|
||||
|
||||
sleep 0.2
|
||||
@visitor.accept(@table[:name])
|
||||
assert_equal(:string, @visitor.last_column.type)
|
||||
visit_integer_column.run
|
||||
|
|
Loading…
Reference in a new issue