Sha256: 53e85c46da78497f0241f34a08eb2b2c4c5554d4470554dbb385cd3789e89689

Contents?: true

Size: 647 Bytes

Versions: 7

Compression:

Stored size: 647 Bytes

Contents

Feature: Example Cucumber 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

7 entries across 7 versions & 2 rubygems

Version Path
ci_reporter_cucumber-1.0.1 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.9.3 acceptance/cucumber/cucumber_example.feature
ci_reporter_cucumber-1.0.0 acceptance/cucumber/cucumber_example.feature
ci_reporter_cucumber-0.0.2 acceptance/cucumber/cucumber_example.feature
ci_reporter_cucumber-0.0.1 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.9.2 acceptance/cucumber/cucumber_example.feature
ci_reporter-1.9.1 acceptance/cucumber/cucumber_example.feature