A corporation manager and dashboard for EVE Online
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
123456789 |
- require 'test_helper'
-
- class ToolsControllerTest < ActionController::TestCase
- test "should get index" do
- get :index
- assert_response :success
- end
-
- end
|