From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnoFv-0000nP-Ds for guix-patches@gnu.org; Sun, 27 Jan 2019 12:30:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnoFu-0004er-Mt for guix-patches@gnu.org; Sun, 27 Jan 2019 12:30:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48577) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnoFu-0004ek-If for guix-patches@gnu.org; Sun, 27 Jan 2019 12:30:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gnoFu-0004Lj-DS for guix-patches@gnu.org; Sun, 27 Jan 2019 12:30:02 -0500 Subject: [bug#34222] [PATCH 06/15] gnu: Add ruby-crack. Resent-Message-ID: References: <87y376ghl0.fsf@cbaines.net> <20190127170820.28937-1-mail@cbaines.net> <20190127170820.28937-6-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190127170820.28937-6-mail@cbaines.net> Date: Sun, 27 Jan 2019 18:29:38 +0100 Message-ID: <87zhrmrou5.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 34222@debbugs.gnu.org Christopher Baines writes: > Required for ruby-webmock. > > * gnu/packages/ruby.scm (ruby-crack): New variable. [=E2=80=A6] > + (replace 'check > + (lambda _ > + (for-each (lambda (file) > + (display file)(display "\n") > + (invoke "ruby" file)) > + (find-files "spec" ".*rb$")) > + #t))))) I don=E2=80=99t see a =E2=80=9Cspec=E2=80=9D directory in the git repositor= y. Do the Gem contents differ from the repo? --=20 Ricardo