Sha256: b7aeff46f902a93fafeb3d644d919d8011d5b15b33bfc0c29373819cd2ddf437
Contents?: true
Size: 483 Bytes
Versions: 13
Compression:
Stored size: 483 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' require 'db_fast_controller' # Re-raise errors caught by the controller. class DbFastController; def rescue_action(e) raise e end; end class DbFastControllerTest < Test::Unit::TestCase def setup @controller = DbFastController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new end # Replace this with your real tests. def test_truth assert true end end
Version data entries
13 entries across 13 versions & 10 rubygems