Sha256: 609c6eedd53fb7f21daeb47e2fd88cd145cfc7373d449f2aad1c5a178c84cf60

Contents?: true

Size: 388 Bytes

Versions: 8

Compression:

Stored size: 388 Bytes

Contents

@no-clobber
Feature: Run specs
  Background:
    Given I have created the app "myapp" with pah

  Scenario: All specs passes
    When I cd to "myapp"
    And I run `ruby -e "Bundler.with_clean_env { system 'bundle exec rake' }"`
    Then the stdout should contain:
      """
      0 examples, 0 failures
      """
    Then the stdout should not contain:
      """
      warning
      """

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pah-0.0.28 features/run_specs.feature
pah-0.0.27 features/run_specs.feature
pah-0.0.26 features/run_specs.feature
pah-0.0.25 features/run_specs.feature
pah-0.0.24 features/run_specs.feature
pah-0.0.23 features/run_specs.feature
pah-0.0.22 features/run_specs.feature
pah-0.0.21 features/run_specs.feature