A website template with lots of features, 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