custom_gallery/test/controllers/admin/custom_galleries_controller...

10 lines
179 B
Ruby
Raw Normal View History

2021-06-17 15:45:19 +00:00
require 'test_helper'
class Admin::CustomGalleriesControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end