Sha256: d133eaaffd295bf5ccf76b2fee1dd9bdced1c03ec15673f893540fa8891b1a55

Contents?: true

Size: 782 Bytes

Versions: 5

Compression:

Stored size: 782 Bytes

Contents

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

  Scenario: Missing steps
    Given that I am a lazy hacker
    And I don't implement steps before I commit
    Then I should be fired

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ci_reporter-1.9.3 acceptance/spinach/features/spinach_example.feature
ci_reporter_spinach-1.0.0 acceptance/spinach/features/spinach_example.feature
ci_reporter_spinach-0.0.1 acceptance/spinach/features/spinach_example.feature
ci_reporter-1.9.2 acceptance/spinach/features/spinach_example.feature
ci_reporter-1.9.1 acceptance/spinach/features/spinach_example.feature