diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-05-17 18:02:11 -0400 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-05-17 18:02:11 -0400 |
commit | 12e330fc566489d0a40b360e179037370d10403b (patch) | |
tree | 9e84de86ee134106c5c5d998251b1f80c942beb0 /test/visitors | |
parent | bc0510c0027c28a2b45c8c51f75edaf40d6f4536 (diff) | |
download | rails-12e330fc566489d0a40b360e179037370d10403b.tar.gz rails-12e330fc566489d0a40b360e179037370d10403b.tar.bz2 rails-12e330fc566489d0a40b360e179037370d10403b.zip |
make sure thread runs
Diffstat (limited to 'test/visitors')
-rw-r--r-- | test/visitors/test_to_sql.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/visitors/test_to_sql.rb b/test/visitors/test_to_sql.rb index ba3c5c994a..d046e543e1 100644 --- a/test/visitors/test_to_sql.rb +++ b/test/visitors/test_to_sql.rb @@ -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 |