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ů.
|
- require 'test_helper'
-
- class SmtpControllerTest < ActionController::TestCase
- test "should get show" do
- get :show
- assert_response :success
- end
-
- test "should get refresh" do
- get :refresh
- assert_response :success
- end
-
- end
|