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ů.
|
123456789 |
- require 'test_helper'
-
- class PostsControllerTest < ActionController::TestCase
- test "should get near" do
- get :near
- assert_response :success
- end
-
- end
|