blob: ae93202a5a0b444a1e2124a9f74dd1797f4376b2 (
plain)
1
2
3
4
5
6
7
8
9
|
require 'test_helper'
class GovukGuix::RevisionsControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get govuk_guix_revisions_index_url
assert_response :success
end
end
|