You did not get my point.... I am not getting how to create test cases in test files...like in test/unit/.rb files...
http://pastie.org/378498 require File.dirname(__FILE__) + '/test_helper' class UserTest < ActiveSupport::TestCase # Replace this with your real tests. def test_should_create_user ????? end end end what should be write in particular definition and how it will work? so i can generate other test cases.. Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

