Depend on Hash#diff extension

This commit is contained in:
Jeremy Kemper
2009-05-29 21:45:59 -05:00
parent 5481e54175
commit 249d9a6606

View File

@@ -1,3 +1,5 @@
require 'active_support/core_ext/hash/diff'
module ActionDispatch
module Assertions
# Suite of assertions to test routes generated by Rails and the handling of requests made to them.