Sha256: 4aee4f09b1b2941cb21ae5051376bfa00270e016a35e497b754317fd8ef1c5a3

Contents?: true

Size: 398 Bytes

Versions: 5

Compression:

Stored size: 398 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:
      """
      1 example, 0 failures, 1 pending
      """
    Then the stdout should not contain:
      """
      warning
      """

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pah-0.0.20 features/run_specs.feature
pah-0.0.19 features/run_specs.feature
pah-0.0.17 features/run_specs.feature
pah-0.0.16 features/run_specs.feature
pah-0.0.15 features/run_specs.feature