From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnoMh-0003dG-Dg for guix-patches@gnu.org; Sun, 27 Jan 2019 12:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnoMg-0007ZD-E6 for guix-patches@gnu.org; Sun, 27 Jan 2019 12:37:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48590) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnoMg-0007Z3-AS for guix-patches@gnu.org; Sun, 27 Jan 2019 12:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gnoMg-0004X9-7G for guix-patches@gnu.org; Sun, 27 Jan 2019 12:37:02 -0500 Subject: [bug#34222] [PATCH 01/15] gnu: ruby-rspec-its: Enable tests. Resent-Message-ID: References: <87y376ghl0.fsf@cbaines.net> <20190127170820.28937-1-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190127170820.28937-1-mail@cbaines.net> Date: Sun, 27 Jan 2019 18:20:55 +0100 Message-ID: <874l9ut3t4.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain 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: > Enable the tests, and also tweak the synopsis and description to hopefully be > more descriptive. > > * gnu/packages/ruby.scm (ruby-rspec-its)[source]: Change to GitHub, and add > patch. > [arguments]: Enabled tests, set the #:test-target to "spec", and add the > phases to tweak the Gemfile and rspec-its.gemspec. > [native-inputs]: Add bundler, ruby-cucumber and ruby-aruba. > [synopsis,description]: Make more explicit and descriptive. Looks good to me. -- Ricardo