public
Rubygem
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
stuff

git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@142 
7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
tsaleh (author)
Tue Jul 24 08:33:24 -0700 2007
commit  de6030b563ee3805346b469645aca4a9dade096e
tree    210010abe9bc2a7e9115363a443cc02073646585
parent  59bf60c41c95683fed5123fcd6dace40248f3f91
...
22
23
24
25
26
27
28
29
30
...
22
23
24
 
 
 
25
26
27
0
@@ -22,9 +22,6 @@ class UsersControllerTest < Test::Unit::TestCase
0
     resource.actions = [:index, :show, :new, :edit, :update, :create, :destroy]
0
     resource.formats = [:html, :xml]
0
     
0
- # resource.denied.actions = [:show]
0
- # resource.denied.redirect = 'users_url'
0
-
0
     resource.create.params = { :name => "bob", :email => 'bob@bob.com', :age => 13}
0
     resource.update.params = { :name => "sue" }
0
     

Comments

    No one has commented yet.