aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2015-01-19 07:29:32 +0900
committerRyuta Kamizono <kamipo@gmail.com>2015-01-30 13:40:29 +0900
commitadd37bd645f686e8083d61a52f68efe2fd2a49d0 (patch)
tree94de7e02184ec2210c8b07ef10772e28473a76cc /actionview
parent455e663c667a3c97e37b71b52100a965b384f2f7 (diff)
downloadrails-add37bd645f686e8083d61a52f68efe2fd2a49d0.tar.gz
rails-add37bd645f686e8083d61a52f68efe2fd2a49d0.tar.bz2
rails-add37bd645f686e8083d61a52f68efe2fd2a49d0.zip
Fix `test_types_line_up` when column type missing
a column type `xml` is missing in regexp pattarn. However, `assert_equal 1, lengths.uniq.length` is success when `lengths` are all `nil` because a column type is missing. a test will be failed by using `compact` when a column type is missing.
Diffstat (limited to 'actionview')
0 files changed, 0 insertions, 0 deletions