2009/12/5 sanjanad <[email protected]>: > > > my tests are running with no errors.. > > but how do i check whether the functional tests i wrote are working..i > need please..
For each test slightly change the code in your app (not the test) so that the test will fail, then check that it does fail. For example to check an update test, comment out the code that saves the update to the database, the update test should then fail. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

