public
Rubygem
Fork of thoughtbot/shoulda
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/technicalpickles/shoulda.git
Fixed a typo that resulted in a test that would always pass
Joe Ferris (author)
Thu Sep 04 13:06:15 -0700 2008
commit  823cad39b0f1b44248f281883250f596433b2047
tree    050835bab21ff73893f8b9e6174c37125997c966
parent  ba96dddaa854d0440605b6f7ce82a238d61b2ceb
...
227
228
229
230
 
231
232
233
...
227
228
229
 
230
231
232
233
0
@@ -227,7 +227,7 @@ class ShouldTest < Test::Unit::TestCase # :nodoc:
0
 
0
   context "A :before proc" do
0
     setup do
0
- assert "before", @value
0
+ assert_equal "before", @value
0
       @value = "setup"
0
     end
0
 

Comments

    No one has commented yet.