GeoRSS aggregator and Layar augmented reality server
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- require 'test_helper'
-
- class PostsControllerTest < ActionController::TestCase
- test "should get near" do
- get :near
- assert_response :success
- end
-
- end
|