gnu: Add ruby-rspec-mocks-2.
* gnu/packages/ruby.scm (ruby-rspec-mocks-2): New variable.
This commit is contained in:
parent
fb157f2507
commit
6da9adebaa
|
@ -347,6 +347,18 @@ support for stubbing and mocking.")
|
||||||
(home-page "https://github.com/rspec/rspec-mocks")
|
(home-page "https://github.com/rspec/rspec-mocks")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-rspec-mocks-2
|
||||||
|
(package (inherit ruby-rspec-mocks)
|
||||||
|
(version "2.14.6")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "rspec-mocks" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1fwsmijd6w6cmqyh4ky2nq89jrpzh56hzmndx9wgkmdgfhfakv30"))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("ruby-diff-lcs" ,ruby-diff-lcs)))))
|
||||||
|
|
||||||
(define-public ruby-rspec
|
(define-public ruby-rspec
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec")
|
(name "ruby-rspec")
|
||||||
|
|
Loading…
Reference in New Issue