Sha256: bb272b8237c69e10b8870f5923a47c9dc8516b16429abdbf3249445f450b317b

Contents?: true

Size: 637 Bytes

Versions: 9

Compression:

Stored size: 637 Bytes

Contents

Feature: Example feature
  As a conscientious developer who writes features
  I want to be able to see my features passing on the CI Server
  So that I can bask in the glow of a green bar

  Scenario: Conscientious developer
    Given that I am a conscientious developer
    And I write cucumber features
    Then I should see a green bar

  Scenario: Lazy hacker
    Given that I am a lazy hacker
    And I don't bother writing cucumber features
    Then I should be fired

  Scenario: Bad coder
    Given that I can't code for peanuts
    And I write step definitions that throw exceptions
    Then I shouldn't be allowed out in public

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ci_reporter-1.9.0 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.8.4 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.8.3 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.8.2 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.8.1 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.8.0 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.7.3 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.7.2 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.7.1 acceptance/cucumber/cucumber_example.feature