[DRE-commits] [ruby-aruba] 01/09: Fixed feature test

Hideki Yamane henrich at moszumanska.debian.org
Sun Aug 21 06:42:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository ruby-aruba.

commit a27caba80702952a194391759ea1df984ad5818f
Author: Dennis Günnewig <dev at fedux.org>
Date:   Thu Apr 28 21:32:02 2016 +0200

    Fixed feature test
---
 features/development/build.feature | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/features/development/build.feature b/features/development/build.feature
index cebb105..a43f648 100644
--- a/features/development/build.feature
+++ b/features/development/build.feature
@@ -4,13 +4,12 @@ Feature: Build Aruba Gem
   I want to build the `aruba` gem
   In order to install it
 
-  Background:
-    Given I successfully run `git clone https://github.com/cucumber/aruba.git`
-    And I cd to "aruba"
-
   Scenario: Building aruba using rake task
 
     To build the `aruba`-gem you can use the `build`-rake task.
 
-    Given I successfully run `rake build`
-    Then a file matching %r<pkg/aruba.*\.gem> should exist
+    Given I successfully run `rake -T build`
+    Then the output should contain:
+    """
+    build
+    """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aruba.git



More information about the Pkg-ruby-extras-commits mailing list