Skip to content

Commit

Permalink
Remove :nodoc: entries around the ActiveSupport test/unit assertions. C…
Browse files Browse the repository at this point in the history
…loses #10946 [dancroak, jamesh]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8810 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
technoweenie committed Feb 7, 2008
1 parent 57cea9c commit 689e275
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*

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

* Add Time.zone_default accessor for setting the default time zone. Rails::Configuration.time_zone sets this. #10982 [Geoff Buesing]

* cache.fetch(key, :force => true) to force a cache miss. [Jeremy Kemper]
Expand Down
@@ -1,7 +1,9 @@
module Test #:nodoc:
module Unit #:nodoc:
module Test
module Unit
#--
# FIXME: no Proc#binding in Ruby 2, must change this API
module Assertions #:nodoc:
#++
module Assertions
# Test numeric difference between the return value of an expression as a result of what is evaluated
# in the yielded block.
#
Expand Down

0 comments on commit 689e275

Please sign in to comment.