Sha256: 95c61b671e2c1c066b2f21b8ce1e55b4282aee1275bf97780608e94ec232ef05
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
Feature: States Scenario: Initial state Given the ruby SDK And the java SDK And the python SDK And the hello_world polytrix config And the standard rspec setup When I run `bundle exec polytrix list` Then the output should contain: """ Suite Scenario Implementor Status Katas hello world ruby <Not Found> Katas hello world java <Not Found> Katas hello world python <Not Found> """ @no-clobber Scenario: State after execution Given I run `bundle exec polytrix exec python` When I run `bundle exec polytrix list` Then the output should contain: """ Suite Scenario Implementor Status Katas hello world ruby <Not Found> Katas hello world java <Not Found> Katas hello world python Executed """ @no-clobber Scenario: State after verification Given I run `bundle exec polytrix verify ruby` When I run `bundle exec polytrix list` Then the output should contain: """ Suite Scenario Implementor Status Katas hello world ruby Verified (Level 0) Katas hello world java <Not Found> Katas hello world python Executed """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polytrix-0.1.0 | features/states.feature |