Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- require 'test_helper'
-
- class SessionsControllerTest < ActionDispatch::IntegrationTest
- test "should get new" do
- get sessions_new_url
- assert_response :success
- end
-
- test "should get create" do
- get sessions_create_url
- assert_response :success
- end
-
- test "should get destroy" do
- get sessions_destroy_url
- assert_response :success
- end
-
- end
|