Sha256: c1509e8c4aa2e5a3f6424cd9a957eefffbbe95b6bf3e7096ef08988ed3da7822
Contents?: true
Size: 480 Bytes
Versions: 33
Compression:
Stored size: 480 Bytes
Contents
=begin require 'test_helper' require 'discussion_controller' # Re-raise errors caught by the controller. class DiscussionController; def rescue_action(e) raise e end; end class DiscussionControllerTest < Test::Unit::TestCase def setup @controller = DiscussionController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new end # Replace this with your real tests. def test_truth assert true end end =end
Version data entries
33 entries across 33 versions & 1 rubygems