From 689e27567e2a248e262945c52266340d7385aeed Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Thu, 7 Feb 2008 16:43:16 +0000 Subject: Remove :nodoc: entries around the ActiveSupport test/unit assertions. Closes #10946 [dancroak, jamesh] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8810 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/test/unit/assertions.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'activesupport/lib/active_support/core_ext/test/unit/assertions.rb') diff --git a/activesupport/lib/active_support/core_ext/test/unit/assertions.rb b/activesupport/lib/active_support/core_ext/test/unit/assertions.rb index 2ae4b7d6d1..77fe325fb4 100644 --- a/activesupport/lib/active_support/core_ext/test/unit/assertions.rb +++ b/activesupport/lib/active_support/core_ext/test/unit/assertions.rb @@ -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. # -- cgit v1.2.3