mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
stuff
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@142 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
This commit is contained in:
parent
59bf60c41c
commit
de6030b563
1 changed files with 0 additions and 3 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue