~ubuntu-branches/ubuntu/wily/cucumber/wily-proposed

« back to all changes in this revision

Viewing changes to legacy_features/bug_464.feature

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier, Antonio Terceiro, Cédric Boutillier
  • Date: 2015-06-20 16:52:32 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150620165232-hznc8mxma08er27p
Tags: 2.0.0-1
[ Antonio Terceiro ]
* debian/cucumber.pod: fix typo in manpage (Closes: #767215)

[ Cédric Boutillier ]
* Imported Upstream version 2.0.0
* rename the file in debian/missing-source to remove -min suffix, and make
  lintian happy
* reproducibility: use last changelog date to build the manpage
* update 0004-Update_default_binary_path.patch
* drop 0001-Remove-rubygems-bundler-stuff-from-spec_helper.patch, not needed
  anymore
* build-depend on pry
* depend on ruby-cucumber-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Feature: https://rspec.lighthouseapp.com/projects/16211/tickets/464
2
 
  Scenario: Limiting with tags which do not exist in the features
3
 
    Given a standard Cucumber project directory structure
4
 
    And a file named "features/f.feature" with:
5
 
      """
6
 
      Feature: Test
7
 
      In order to test
8
 
      As a tester
9
 
      I want to test
10
 
 
11
 
        @tag
12
 
        Scenario: Testing
13
 
          Given I'm a test
14
 
      """
15
 
    When I run cucumber -q features/f.feature --tag @i_dont_exist
16
 
    Then it should pass
 
 
b'\\ No newline at end of file'