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

Changeset 6647

Show
Ignore:
Timestamp:
05/01/07 21:02:37 (1 year ago)
Author:
xal
Message:

Added assert_difference and assert_no_difference to test/unit assertions

Files:

Legend:

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

    r6611 r6647  
    11*SVN* 
     2 
     3* Added assert_difference and assert_no_difference to test/unit assertions [Tobias Luetke] 
    24 
    35* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] 
  • trunk/activesupport/lib/active_support.rb

    r5940 r6647  
    4444 
    4545require 'active_support/multibyte' 
     46