/
techgrant
/
ourresource
Обзор
Документация
Войти
/
techgrant
/
ourresource
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/functional/admin_controller_test.rb
14 строк
242 B
grant88
asdf
17 янв 2013, 02:23
17 янв 2013, 02:23
42e28ca
Код
Авторство
О чём код?
require 'test_helper' class AdminControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get check" do get :check assert_response :success end end