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