GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

10 řádky
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