mirror of
https://github.com/github/rails.git
synced 2026-01-29 16:28:09 -05:00
Oops. References #6156.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5902 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -34,11 +34,7 @@ class DefaultTest < Test::Unit::TestCase
|
||||
assert_equal nil, klass.columns_hash['omit'].default
|
||||
assert !klass.columns_hash['omit'].null
|
||||
|
||||
assert_nothing_raised do
|
||||
instance = klass.create!
|
||||
assert_equal 0, instance.zero
|
||||
assert_nil instance.omit
|
||||
end
|
||||
assert_raise(ActiveRecord::StatementInvalid) { klass.create! }
|
||||
ensure
|
||||
klass.connection.drop_table(klass.table_name) rescue nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user