gallery/test/controllers/admin/galleries_controller_test.rb

10 lines
173 B
Ruby

require 'test_helper'
class Admin::GalleriesControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end