GeoRSS aggregator and Layar augmented reality server
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

10 righe
161 B

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