orbit4-5/test/controllers/admin/members_controller_test.rb

10 lines
171 B
Ruby

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