gnu: Add ruby-minitest-stub-const.
* gnu/packages/ruby.scm (ruby-minitest-stub-const): New variable.
This commit is contained in:
parent
671556e15d
commit
01ca99e708
1 changed files with 20 additions and 0 deletions
|
@ -4667,6 +4667,26 @@ easier to re-run individual failing tests.")
|
||||||
(home-page "https://github.com/seattlerb/minitest-sprint")
|
(home-page "https://github.com/seattlerb/minitest-sprint")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-minitest-stub-const
|
||||||
|
(package
|
||||||
|
(name "ruby-minitest-stub-const")
|
||||||
|
(version "0.6") ;for Rakefile
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/adammck/minitest-stub-const")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0cz4r9fxplx94c7wakx0998n2gv7l21prn8pfpw6z2c33k3g2xar"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(synopsis "Stub constants for the duration of a block in MiniTest")
|
||||||
|
(description "This package provides a MiniTest extension to stub constants
|
||||||
|
for the duration of a block in MiniTest.")
|
||||||
|
(home-page "https://github.com/adammck/minitest-stub-const")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-minitest-bacon
|
(define-public ruby-minitest-bacon
|
||||||
(package
|
(package
|
||||||
(name "ruby-minitest-bacon")
|
(name "ruby-minitest-bacon")
|
||||||
|
|
Reference in a new issue