Earlier I used rspec for a small module in which I could see the string
used in the example displayed in the results
 
for eg.
 
 1.should be success
 2. should be redirect(failed)
 
2 examples, 1 failure 
 
Now I upgraded the rails version and getting the results as
 
2 examples, 1 failure.
 
what may be the reason? 
 
my rails/rspec versions
 
rails version 2.3.2
rspec 1.1.8
 
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to