All tagged by Tests
- Flashback Calling flashback in your functional test sometime after the TestRequest is instantiated and before your first call to an action, will allow you to access the discarded flash variables (those that were flashed) during the request processing.... Type: Plugin | Last updated: 28 January 2008
- Response Visualizer Enables rendering of the body of an HTTP response from inside a functional test. This makes it easy to diagnose problems when building assert_select statements or just sanity check the output of the test. Type: Plugin | Last updated: 03 November 2007
- Unit Testers Get More Chicks Just recently, a developer I respect very much was caught uttering the this surprising statement: "Unit tests just really aren’t my thing." ... Type: News | Submitter: Scott Sherwood | Date created: 20 October 2007
- When not writing unit tests affects people's lives. If you can’t write a simple test that tests to see if you get an expected date back from an account then you should give up as a developer. Type: News | Submitter: Scott Sherwood | Date created: 20 October 2007
- Active Resource Integration Dsl Provides a framework of common integration tests for RESTful CRUD interactions. Type: Plugin | Last updated: 18 October 2007
- Another RJS Test System ARTS is Another RJS Test System Type: Plugin | Last updated: 02 October 2007
- Test Injector Generates tests for standard associations declared on model. Type: Plugin | Last updated: 28 September 2007
- Selenium Jelly This plugin provides nice integration between Selenium-RC and Rails. Developed with edge Rails (1.2) and Selenium-RC 0.8.1. Requires Java. Type: Plugin | Last updated: 09 September 2007
- JavaScript testing plugin This plugin provides the script.aculo.us JavaScript unit testing framework in a way that integrates with Rails applications. Type: Plugin | Last updated: 09 September 2007
- Form Test Helper This plugin uses assert_select to verify and manipulate your forms. It solves the problem we've all run into where you change the form but the test doesn't break because you're just passing parameters to an action. ... Type: Plugin | Last updated: 09 September 2007
- Preloading fixtures PreloadFixtures simply preloads ALL your fixtures at the beginning of your test cycle. It forces the system into using transactional fixtures, which you'll need because you're only loading the fixtures once! Type: Plugin | Last updated: 28 August 2007
- Migrate Test DB MigrateTestDB plugin was created to allow migrations to be used to generate the test database in rake test commands. This is helpful for consistently testing migrations, but was absolutely for the following use case we encountered: ... Type: Plugin | Last updated: 28 August 2007
- Simply Bdd Allows you to use context and specify macros for creating TestCase classes Type: Plugin | Last updated: 27 August 2007
- Test Exemplars Allows you to easily create valid ActiveRecord objects for use in testing. Type: Plugin | Last updated: 21 August 2007

