require 'test_helper' class GovukGuix::RevisionsControllerTest < ActionDispatch::IntegrationTest test "should get index" do get govuk_guix_revisions_index_url assert_response :success end end