Main Avalanche Network server application. Built with Ruby on Rails.

start_controller_test.rb 162B

    require 'test_helper' class StartControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end end