Sha256: 3a1137f3ce5da9900b5450a71e91933ba583c7c88fbe17f18f07cdf1f4f64e13
Contents?: true
Size: 861 Bytes
Versions: 3
Compression:
Stored size: 861 Bytes
Contents
Feature: Environment-friendly In order to not mess up my system or tests As a developer using Cucumber I want Aruba-Doubles to behave environment-friendly Scenario: Create doubles directory only when necessary When I run `ls` Then the doubles directory should not exist Scenario: Patch the original path only once Given I could run `ls` And I could run `ls` Then the path should include 1 doubles directory Scenario: Create doubles directory... Given I could run `ls` When I keep the doubles directory in mind Scenario: ...and check that it was deleted Then the previous doubles directory should not exist @no-clobber Scenario: Create doubles directory... Given I could run `ls` When I keep the doubles directory in mind Scenario: ...and check that it was not deleted Then the previous doubles directory should exist
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aruba-doubles-0.2.3 | features/environment-friendly.feature |
aruba-doubles-0.2.2 | features/environment-friendly.feature |
aruba-doubles-0.2.1 | features/environment-friendly.feature |