GeoRSS aggregator and Layar augmented reality server
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

10 строки
160 B

  1. require 'test_helper'
  2. class PostsControllerTest < ActionController::TestCase
  3. test "should get near" do
  4. get :near
  5. assert_response :success
  6. end
  7. end