Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8810

Show
Ignore:
Timestamp:
02/07/08 16:43:16 (8 months ago)
Author:
rick
Message:

Remove :nodoc: entries around the ActiveSupport test/unit assertions. Closes #10946 [dancroak, jamesh]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/CHANGELOG

    r8806 r8810  
    11*SVN* 
     2 
     3* Remove :nodoc: entries around the ActiveSupport test/unit assertions.  #10946 [dancroak, jamesh] 
    24 
    35* 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: 
     1module Test  
     2  module Unit  
     3    #-- 
    34    # FIXME: no Proc#binding in Ruby 2, must change this API 
    4     module Assertions #:nodoc: 
     5    #++ 
     6    module Assertions  
    57      # Test numeric difference between the return value of an expression as a result of what is evaluated 
    68      # in the yielded block.