Sha256: cc1a42d05e705fe924605abb440a914b650ca58c2ac6702e0c17a270ae9e0e2f
Contents?: true
Size: 302 Bytes
Versions: 4
Compression:
Stored size: 302 Bytes
Contents
require 'test_helper' module UeditorRails class DialogsControllerTest < ActionController::TestCase test "should get attachment" do get :attachment assert_response :success end test "should get image" do get :image assert_response :success end end end
Version data entries
4 entries across 4 versions & 2 rubygems