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