Sha256: 917c0cd7044fbc13eedaa01cabe9fb0b70cf87265184951d3acd4dbcf6a54466
Contents?: true
Size: 490 Bytes
Versions: 5
Compression:
Stored size: 490 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' require 'syntaxes_controller' # Re-raise errors caught by the controller. class SyntaxesController; def rescue_action(e) raise e end; end class SyntaxesControllerTest < Test::Unit::TestCase def setup @controller = SyntaxesController.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