A website template with lots of features, built with ruby on rails.

start_controller_test.rb 162B

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