Avalanche Game prototype. Built with Rails.
require 'test_helper' class StartControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get about" do get :about assert_response :success end end