diff options
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index de841e26eb9..3883e3e4417 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -12326,8 +12326,9 @@ single pass.") | |||
| 12326 | `(#:phases | 12326 | `(#:phases |
| 12327 | (modify-phases %standard-phases | 12327 | (modify-phases %standard-phases |
| 12328 | (replace 'check | 12328 | (replace 'check |
| 12329 | (lambda _ | 12329 | (lambda* (#:key tests? #:allow-other-keys) |
| 12330 | (invoke "ruby" "-Ilib" "-r" "brass")))))) | 12330 | (when tests? |
| 12331 | (invoke "ruby" "-Ilib" "-r" "brass"))))))) | ||
| 12331 | (synopsis "Basic foundational assertions framework") | 12332 | (synopsis "Basic foundational assertions framework") |
| 12332 | (description | 12333 | (description |
| 12333 | "BRASS (Bare-Metal Ruby Assertion System Standard) is a basic | 12334 | "BRASS (Bare-Metal Ruby Assertion System Standard) is a basic |
