aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/active_record_assertions_test.rb
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2005-10-16 02:20:53 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2005-10-16 02:20:53 +0000
commit0279949b055330209eb272ed642e1fe59536087d (patch)
tree0424c4875415012fd96af6ea13d0773977841465 /actionpack/test/controller/active_record_assertions_test.rb
parent5e5c332c3ea906750c339c4776a60ec5aa18b0af (diff)
downloadrails-0279949b055330209eb272ed642e1fe59536087d.tar.gz
rails-0279949b055330209eb272ed642e1fe59536087d.tar.bz2
rails-0279949b055330209eb272ed642e1fe59536087d.zip
added assert_valid to AP
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2635 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/controller/active_record_assertions_test.rb')
-rw-r--r--actionpack/test/controller/active_record_assertions_test.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/test/controller/active_record_assertions_test.rb b/actionpack/test/controller/active_record_assertions_test.rb
index d4cbda80e9..a60df5a668 100644
--- a/actionpack/test/controller/active_record_assertions_test.rb
+++ b/actionpack/test/controller/active_record_assertions_test.rb
@@ -75,8 +75,7 @@ class ActiveRecordAssertionsController < ActionController::Base
# the safety dance......
def rescue_action(e) raise; end
end
-
-
+
class ActiveRecordAssertionsControllerTest < Test::Unit::TestCase
def setup
@request = ActionController::TestRequest.new