How to write testcase in Ruby on Rails

34 Views Asked by At
  • I am newbie in Rails test. so how can I start my testing.
  • Anyone Knows better tutorial for Rails testing.
1

There are 1 best solutions below

0
Sandeep Garg On BEST ANSWER

You can use Rails built in library to write test cases. After getting some familiarity with it you can proceed with Rspec and learn it with various ebook book.

You can follow following tutorial for rspec tutorial