gnu: Add ruby-rspec-expectations-2.
* gnu/packages/ruby.scm (ruby-rspec-expectations-2): New variable.
This commit is contained in:
parent
64c318f2a4
commit
fb157f2507
1 changed files with 12 additions and 0 deletions
|
@ -313,6 +313,18 @@ outcomes of a code example.")
|
||||||
(home-page "https://github.com/rspec/rspec-expectations")
|
(home-page "https://github.com/rspec/rspec-expectations")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-rspec-expectations-2
|
||||||
|
(package (inherit ruby-rspec-expectations)
|
||||||
|
(version "2.14.5")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "rspec-expectations" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1ni8kw8kjv76jvwjzi4jba00k3qzj9f8wd94vm6inz0jz3gwjqf9"))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("ruby-diff-lcs" ,ruby-diff-lcs)))))
|
||||||
|
|
||||||
(define-public ruby-rspec-mocks
|
(define-public ruby-rspec-mocks
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec-mocks")
|
(name "ruby-rspec-mocks")
|
||||||
|
|
Reference in a new issue