GeoRSS aggregator and Layar augmented reality server
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

10 rader
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