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.
Method Summary
Methods included from TransactionalTests
Methods inherited from TestCase
after, #assert, #assert_block, before, context, #context_description, global_setup, global_teardown, #initialize, it, #name, #pending, #run, run, scenario, setup, should, teardown, test, tests
Constructor Details
This class inherits a constructor from Protest::TestCase