Class: Protest::Rails::IntegrationTest
- Inherits:
-
RequestTest
- Object
- TestCase
- TestCase
- RequestTest
- Protest::Rails::IntegrationTest
- Includes:
- ActionController::Integration::Runner, Webrat::Methods
- Defined in:
- lib/protest/rails.rb
Overview
Make your integration tests inherit from this class, which bundles the integration runner included with rails, and webrat’s test methods. You should use webrat for integration tests. Really.