Avalanche Game prototype. Built with Rails.

agent_controller_test.rb 378B

    require 'test_helper' class AgentControllerTest < ActionController::TestCase test "should get current_missions" do get :current_missions assert_response :success end test "should get choose_mission" do get :choose_mission assert_response :success end test "should get agent_profile" do get :agent_profile assert_response :success end end