diff options
author | Christopher Baines <mail@cbaines.net> | 2018-02-18 11:23:41 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-03-29 07:41:09 +0100 |
commit | bc1ffc5214ab3f563b60523d9c349fab7974e634 (patch) | |
tree | 1caa1ed8bf2fb96c4d340aeffd53cd50a8799980 /test/models | |
parent | 700b8b0a112fa976b9850418a7f0c71d95b6dd79 (diff) | |
download | govuk-mini-environment-admin-bc1ffc5214ab3f563b60523d9c349fab7974e634.tar govuk-mini-environment-admin-bc1ffc5214ab3f563b60523d9c349fab7974e634.tar.gz |
Add some govuk-guix related jobs
And various other views and routes.
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/govuk_guix/revision_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/govuk_guix/revision_test.rb b/test/models/govuk_guix/revision_test.rb new file mode 100644 index 0000000..b46181a --- /dev/null +++ b/test/models/govuk_guix/revision_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class GovukGuix::RevisionTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |