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
|