require 'test_helper'
class MemberControllerTest < ActionController::TestCase
test "should get new" do
get :new
assert_response :success
end