Sha256: c2f0b4fb49b4e7dc23fc3bb5e882fa4d2fdb33d3f1cfdb02b3579e5466fc6df1
Contents?: true
Size: 280 Bytes
Versions: 11
Compression:
Stored size: 280 Bytes
Contents
require "test_helper" module CensorBear class AliyunCheckControllerTest < ActionDispatch::IntegrationTest include Engine.routes.url_helpers test "should get image_callback" do post aliyun_check_image_callback_url assert_response :success end end end
Version data entries
11 entries across 11 versions & 1 rubygems