A corporation manager and dashboard for EVE Online
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
1234567891011121314 |
- 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
|