mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-rspec-pending-for: Improve style.
* gnu/packages/ruby-xyz.scm (ruby-rspec-pending-for): Run guix style.
This commit is contained in:
parent
4f19a0f327
commit
87d2228b1e
1 changed files with 12 additions and 12 deletions
|
@ -626,23 +626,23 @@ subject.")
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec-pending-for")
|
(name "ruby-rspec-pending-for")
|
||||||
(version "0.1.16")
|
(version "0.1.16")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/pboling/rspec-pending_for")
|
(url "https://github.com/pboling/rspec-pending_for")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "107l560vm0kx25w5iy5rsk9ly8dxzr81b31284j514f4hkd0qv3m"))))
|
||||||
"107l560vm0kx25w5iy5rsk9ly8dxzr81b31284j514f4hkd0qv3m"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs (list ruby-rspec ruby-simplecov))
|
(native-inputs (list ruby-rspec ruby-simplecov))
|
||||||
(propagated-inputs (list ruby-rspec-core ruby-ruby-engine
|
(propagated-inputs (list ruby-rspec-core ruby-ruby-engine
|
||||||
ruby-ruby-version))
|
ruby-ruby-version))
|
||||||
(synopsis "Skip RSpec tests for specific Ruby engines or versions")
|
(synopsis "Skip RSpec tests for specific Ruby engines or versions")
|
||||||
(description "This RSpec plugin makes it easy to mark test cases as
|
(description
|
||||||
pending or skipped for a specific Ruby engine (e.g. MRI or JRuby) or version
|
"This RSpec plugin makes it easy to mark test cases as pending or skipped
|
||||||
combinations.")
|
for a specific Ruby engine (e.g. MRI or JRuby) or version combinations.")
|
||||||
(home-page "https://github.com/pboling/rspec-pending_for")
|
(home-page "https://github.com/pboling/rspec-pending_for")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue