# frozen_string_literal: true require 'test_helper' class ApplicationControllerTest < ActionDispatch::IntegrationTest test "should get styleguide" do get styleguide_path assert :success end end