git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@142 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
This commit is contained in:
tsaleh 2007-07-24 15:33:24 +00:00
parent 59bf60c41c
commit de6030b563
1 changed files with 0 additions and 3 deletions

View File

@ -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" }