From 8f5c83bdeac2d345f3ec55ecb6460a76c4450a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Tue, 1 May 2007 21:02:37 +0000 Subject: Added assert_difference and assert_no_difference to test/unit assertions git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6647 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support.rb') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index e094cbe0fe..668bb6e228 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -43,3 +43,4 @@ require 'active_support/duration' require 'active_support/json' require 'active_support/multibyte' + -- cgit v1.2.3