test_case files in rails components

Posted by Joseph Misiti on Stack Overflow See other posts from Stack Overflow or by Joseph Misiti
Published on 2010-05-19T18:46:14Z Indexed on 2010/05/19 18:50 UTC
Read the original article Hit count: 348

Filed under:
|

i noticed there are a bunch of test_case.rb files delivered in the rails components:

./actionmailer-2.3.5/lib/action_mailer/test_case.rb ./actionpack-2.3.5/lib/action_controller/test_case.rb ./actionpack-2.3.5/lib/action_view/test_case.rb ./activerecord-2.3.5/lib/active_record/test_case.rb ./activesupport-2.3.5/lib/active_support/test_case.rb

i am wondering how to execute these files. I cant seem to figure out how to do it?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems