A corporation manager and dashboard for EVE Online
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- require 'test_helper'
-
- class UsersControllerTest < ActionController::TestCase
- test "should get create" do
- get :create
- assert_response :success
- end
-
- test "should get login" do
- get :login
- assert_response :success
- end
-
- end
|