Sha256: 802c844365b2b38a6ccec9cd4781dd2487262add511d13b4cfa1300b20f0c2d6
Contents?: true
Size: 524 Bytes
Versions: 32
Compression:
Stored size: 524 Bytes
Contents
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper' # Re-raise errors caught by the controller. <%= class_name %>Controller.class_eval { def rescue_action(e) raise e end } class <%= class_name %>ControllerTest < Test::Unit::TestCase def setup @controller = <%= class_name %>Controller.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
32 entries across 32 versions & 4 rubygems