unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 42035-done@debbugs.gnu.org
Subject: bug#42035: [PATCH] gnu: Add ruby-minitest-global-expectations.
Date: Tue, 20 Oct 2020 23:48:00 +0100	[thread overview]
Message-ID: <87pn5ch5un.fsf@cbaines.net> (raw)
In-Reply-To: <20200624201311.6607-1-mail@cbaines.net>

[-- Attachment #1: Type: text/plain, Size: 1787 bytes --]


Christopher Baines <mail@cbaines.net> writes:

> This will be required to update ruby-minitest-hooks.
>
> * gnu/packages/ruby.scm (ruby-minitest-global-expectations): New variable.
> ---
>  gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index 08c55e4e3c..baac8af7ee 100644
> --- a/gnu/packages/ruby.scm
> +++ b/gnu/packages/ruby.scm
> @@ -3487,6 +3487,30 @@ written using either the unit test or spec style.")
>      (home-page "https://github.com/splattael/minitest-around")
>      (license license:expat)))
>  
> +(define-public ruby-minitest-global-expectations
> +  (package
> +    (name "ruby-minitest-global-expectations")
> +    (version "1.0.1")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (rubygems-uri
> +             "minitest-global_expectations"
> +             version))
> +       (sha256
> +        (base32
> +         "1pp3k2608spj4kvqy2y16hs18an917g6vwgvphrfhjviac83090x"))))
> +    (build-system ruby-build-system)
> +    (propagated-inputs
> +     `(("ruby-minitest" ,ruby-minitest)))
> +    (synopsis "Adjust minitest behaviour for calling expectation methods")
> +    (description
> +     "Minitest-global_expectations allows continued use of expectation methods
> +on all objects.  Calling expectation methods on all objects was deprecated in
> +minitest 5.12, and is planned to be removed from minitest 6.")
> +    (home-page "https://github.com/jeremyevans/minitest-global_expectations")
> +    (license license:expat)))
> +
>  (define-public ruby-minitest-sprint
>    (package
>      (name "ruby-minitest-sprint")

Pushed to master as ff9d33a9038a1375235485093b2557a4c2949e34.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

      reply	other threads:[~2020-10-20 22:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-24 20:13 [bug#42035] [PATCH] gnu: Add ruby-minitest-global-expectations Christopher Baines
2020-10-20 22:48 ` Christopher Baines [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pn5ch5un.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=42035-done@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).