Sha256: 9444d5232836f336cf0918ee89a938e9b5f033f47b6fcc6d1a0cd24397b105e4
Contents?: true
Size: 350 Bytes
Versions: 48
Compression:
Stored size: 350 Bytes
Contents
# frozen_string_literal: true require "abstract_unit" class ImplicitRenderAPITestController < ActionController::API def empty_action end end class ImplicitRenderAPITest < ActionController::TestCase tests ImplicitRenderAPITestController def test_implicit_no_content_response get :empty_action assert_response :no_content end end
Version data entries
48 entries across 48 versions & 2 rubygems