From de6030b563ee3805346b469645aca4a9dade096e Mon Sep 17 00:00:00 2001 From: tsaleh Date: Tue, 24 Jul 2007 15:33:24 +0000 Subject: [PATCH] stuff git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@142 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa --- test/functional/users_controller_test.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index ae72a5d0..6b48e266 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -22,9 +22,6 @@ class UsersControllerTest < Test::Unit::TestCase resource.actions = [:index, :show, :new, :edit, :update, :create, :destroy] resource.formats = [:html, :xml] - # resource.denied.actions = [:show] - # resource.denied.redirect = 'users_url' - resource.create.params = { :name => "bob", :email => 'bob@bob.com', :age => 13} resource.update.params = { :name => "sue" }