rails/actionpack/test
Nihad Abbasov e8e92c7264 fix time_tag helper and update tests to not rely on dynamically generated values
Before `time_tag Date.today` will return `<time
  datetime="2013-02-14T00:00:00+00:00">February 14, 2013</time>`.
  This commit fixes time_tag helper to use RFC-3339 full-date format
  (Y-m-d) in datetime attribute.
2013-02-22 11:04:13 +04:00
..
abstract Fix setting expected value in translation tests 2013-01-21 09:29:03 -02:00
activerecord Added AR integration tests for form helpers 2013-01-21 17:09:12 +04:00
assertions test response assertions 2012-01-06 11:20:26 -08:00
controller Fix #9168 Initialize NullCookieJar with all options needed for KeyGenerator 2013-02-08 22:22:16 +04:00
dispatch InvalidMessage is in ActiveSupport::MessageEncryptor namespace 2013-02-19 10:35:06 -02:00
fixtures partials inside directory work with assert_template 2013-02-04 14:46:50 +01:00
journey Change the behavior of route defaults 2013-01-15 17:22:25 +00:00
lib/controller Add HTML5 input[type="color"] helper 2012-05-21 17:23:48 -03:00
routing add some tests, yay! 2012-02-22 11:05:03 -08:00
template fix time_tag helper and update tests to not rely on dynamically generated values 2013-02-22 11:04:13 +04:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Set Thread.abort_on_exception for the whole AS, AP, and AR tests 2013-01-24 20:00:45 +09:00
active_record_unit.rb we're not supporting SQLite 2 2012-12-24 12:23:39 +09:00
ts_isolated.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00