A corporation manager and dashboard for EVE Online
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

admin_controller_test.rb 162 B

9 lat temu
123456789
  1. require 'test_helper'
  2. class AdminControllerTest < ActionController::TestCase
  3. test "should get index" do
  4. get :index
  5. assert_response :success
  6. end
  7. end