Sha256: 551ea867a9ead27d3aa0d777271583a423cebb46dc11c96a96afb2c4685f1660
Contents?: true
Size: 486 Bytes
Versions: 11
Compression:
Stored size: 486 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' require 'parties_controller' # Re-raise errors caught by the controller. class PartiesController; def rescue_action(e) raise e end; end class PartiesControllerTest < Test::Unit::TestCase def setup @controller = PartiesController.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
11 entries across 11 versions & 1 rubygems