aboutsummaryrefslogtreecommitdiff
path: root/test/controllers/govuk_guix/revisions_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/controllers/govuk_guix/revisions_controller_test.rb')
-rw-r--r--test/controllers/govuk_guix/revisions_controller_test.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/controllers/govuk_guix/revisions_controller_test.rb b/test/controllers/govuk_guix/revisions_controller_test.rb
new file mode 100644
index 0000000..ae93202
--- /dev/null
+++ b/test/controllers/govuk_guix/revisions_controller_test.rb
@@ -0,0 +1,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