sharlatan pushed a commit to branch ruby-team
in repository guix.

commit 2919acc47a86664228c390de82f1e2eaed3fbd1e
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 58082359f6..7c8569edd7 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4830,7 +4830,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

Reply via email to