guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit df9823e5c0de39dcfa853afea1d1dc845cc93b00
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 09:19:30 2025 +0100
gnu: ruby-pleaserun: Fix check phase.
* gnu/packages/ruby.scm (ruby-pleaserun)[arguments]<#:phases>: Fix
'check phase.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/ruby.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 07e6b3e1fc..0aa91df46d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4850,7 +4850,8 @@ is known as @url{http://www.ietf.org/rfc/rfc2821.txt,
RFC2821}.")
;; The cli_spec.rb test fails non-deterministically with
;; a Errno::EISDIR error (see:
;; https://github.com/jordansissel/pleaserun/issues/155)
- (invoke "rspec" "--exclude-pattern" "cli_spec.rb")))))))
+ (invoke "rspec" "--exclude-pattern"
+ "spec/pleaserun/cli_spec.rb")))))))
(native-inputs (list ruby-flores ruby-rspec))
(propagated-inputs (list ruby-cabin
ruby-clamp