Ruby on Rails
Testing Plugins

Assert Required Plugin

homepage: http://xmlblog.stikipad.com/plugins/show/assert_required

svn: http://www.xml-blog.com/svn/plugins/assert_required

Assert Valid Asset Plugin

homepage: http://www.realityforge.org/articles/2006/03/15/rails-plugin-to-validate-x-html-and-css

svn: http://www.realityforge.org/svn/code/assert-valid-asset/trunk/

Assert Valid Markup Plugin

svn: http://redgreenblu.com/svn/projects/assert_valid_markup/

Manage Fixtures

homepage: http://dev.toolbocks.com

svn: http://svn.toolbocks.com/plugins/manage_fixtures

AR Fixtures Plugin

svn: http://topfunky.net/svn/plugins/ar_fixtures

Assert Accessible Plugin

svn: http://www.eric-stewart.com/svn/rails/plugins/assert_accessible

MigrateTestDB Plugin

homepage: http://elctech.com

svn: http://svn.elctech.com/svn/public/plugins/migrate_test_db

ModelFactory Plugin

git:
git://github.com/mhennemeyer/model_factory.git

OutputCatcher Plugin

git:
git://github.com/mhennemeyer/output_catcher.git

ResponsibleMarkup Plugin

svn: http://svn.codahale.com/responsible_markup/trunk

rails_rcov

homepage: http://blog.cosinux.org/pages/page-cache-test

Selenium Testing

readme: http://svn.viney.net.nz/things/rails/plugins/selenium_testing/README

svn: http://svn.viney.net.nz/things/rails/plugins/selenium_testing

StepSpecr Plugin

git:
git://github.com/mhennemeyer/stepspecr.git

RSpec on Rails

svn: http://lachie.info/svn/projects/rails_plugins/rspec_on_rails/

ARTS Plugin – Another RJS Testing System

svn: http://thar.be/svn/projects/plugins/arts/

Testable Logger

home page & readme: http://code.teytek.com/rails/plugins/testable_logger/
bq. svn: http://svn.teytek.com/rails/plugins/testable_logger/trunk

Hpricot Forms

homepage & examples: http://blog.yanime.org/articles/2006/07/19/hpricotforms

svn: http://choonkeat.svnrepository.com/svn/rails-plugins/hpricot_forms/

TestInjector

svn: http://www.infused.org/svn/plugins/test_injector

AbstractTestCases

svn: http://wiseheartdesign.com/svn/plugins/abstract_testcases

TestHelpers

svn: http://wiseheartdesign.com/svn/plugins/test_helpers

Scenarios

svn: http://faithfulcode.rubyforge.org/svn/plugins/trunk/scenarios

Mocha

svn: svn://rubyforge.org/var/svn/mocha/trunk

Watir on Rails

svn: svn://rubyforge.org/var/svn/watir-on-rails

Running Tests on Deploy

svn: svn://svn.spattendesign.com/svn/plugins/run_tests_on_deploy

HTTP Response Visualization

svn: http://respvisualizer.rubyforge.org/svn/response_visualizer/

Webrat

svn: http://svn.eastmedia.net/public/plugins/webrat/

FixtureReplacement

homepage:
http://replacefixtures.rubyforge.org

svn:
http://thmadb.com/public_svn/fixture_replacement2

Testing a single test/testcase/spec/example

rake test:blog_:create

homepage: http://pragmatig.wordpress.com/2008/03/19/testing-a-single-example-spec-testcase-test/

Railscheck – Generic semi-static Q/A verification tool for Rails projects.