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