Sha256: cf41c71d55377575d6cca9ee8464ebe05bdd4a3dd9f06c8ed709cfa39ec25ce6
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 Bytes
Contents
Feature: Run specs Background: Given I have created a app 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.14 | features/run_specs.feature |