orbit4-5/test/controllers/member_controller_test.rb

10 lines
159 B
Ruby

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