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
typo

git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@168 
7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
tsaleh (author)
Mon Aug 13 06:28:54 -0700 2007
commit  7b3ca52efc8a0f16e59851780c95ccc5acb93b12
tree    f0752ca1c585fca5e8dd65386e5db017780ec7c5
parent  d9d555d61e5c7f3a3003758df64cc644589c9bae
...
331
332
333
334
 
335
336
337
...
331
332
333
 
334
335
336
337
0
@@ -331,7 +331,7 @@ module ThoughtBot # :nodoc:
0
         # should_assign_to :user
0
         def should_assign_to(name)
0
           should "assign @#{name}" do
0
- assert assigns(name.to_sym), "The show action isn't assigning to @#{name}"
0
+ assert assigns(name.to_sym), "The action isn't assigning to @#{name}"
0
           end
0
         end
0
 

Comments

    No one has commented yet.