Changeset 8810
- Timestamp:
- 02/07/08 16:43:16 (8 months ago)
- Files:
-
- trunk/activesupport/CHANGELOG (modified) (1 diff)
- trunk/activesupport/lib/active_support/core_ext/test/unit/assertions.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/CHANGELOG
r8806 r8810 1 1 *SVN* 2 3 * Remove :nodoc: entries around the ActiveSupport test/unit assertions. #10946 [dancroak, jamesh] 2 4 3 5 * Add Time.zone_default accessor for setting the default time zone. Rails::Configuration.time_zone sets this. #10982 [Geoff Buesing] trunk/activesupport/lib/active_support/core_ext/test/unit/assertions.rb
r7719 r8810 1 module Test #:nodoc: 2 module Unit #:nodoc: 1 module Test 2 module Unit 3 #-- 3 4 # FIXME: no Proc#binding in Ruby 2, must change this API 4 module Assertions #:nodoc: 5 #++ 6 module Assertions 5 7 # Test numeric difference between the return value of an expression as a result of what is evaluated 6 8 # in the yielded block.