aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-04-03 07:51:28 +0100
committerChristopher Baines <mail@cbaines.net>2018-04-03 21:58:55 +0100
commita29946a593988003cbd4637293c5b4cc1aee7eaa (patch)
tree9a63a9973c06a813e753e0f43a61e416c85e394a /guix.scm
parent78c80b1a5eaa1d4408951c90a5881cfb277b4deb (diff)
downloadgovuk-mini-environment-admin-a29946a593988003cbd4637293c5b4cc1aee7eaa.tar
govuk-mini-environment-admin-a29946a593988003cbd4637293c5b4cc1aee7eaa.tar.gz
Add mocha as a test dependency
This is more useful than the stub support in minitest.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 830ee53..e55694d 100644
--- a/guix.scm
+++ b/guix.scm
@@ -33,6 +33,7 @@
(native-inputs
`(("ruby-rubocop" ,ruby-rubocop)
("python" ,python)
+ ("ruby-mocha" ,ruby-mocha)
("coala" ,coala)
("coala-bears" ,coala-bears)))
(synopsis "")