remove ruby 1.8 stuff skip hack from AR

This commit is contained in:
Vishnu Atrai 2011-12-23 23:51:01 +05:30
parent a64ab95987
commit fc57003feb

@ -13,13 +13,6 @@ def cleanup_identity_map
ActiveRecord::IdentityMap.clear
end
# Backport skip to Ruby 1.8. test/unit doesn't support it, so just
# make it a noop.
unless instance_methods.map(&:to_s).include?("skip")
def skip(message)
end
end
def assert_date_from_db(expected, actual, message = nil)
# SybaseAdapter doesn't have a separate column type just for dates,
# so the time is in the string and incorrectly formatted