Class: Protest::Rails::TestCase
- Inherits:
-
TestCase
- Object
- TestCase
- Protest::Rails::TestCase
- Includes:
- ActiveSupport::Testing::Assertions, TransactionalTests, Test::Unit::Assertions
- Defined in:
- lib/protest/rails.rb
Overview
You should inherit from this TestCase in order to get rails’ helpers loaded into Protest. These include all the assertions bundled with rails and your tests being wrapped in a transaction.