Sha256: 1d1efa04711ca13b52f3f78e4e3cda10d33888e231dd1c6f579bb8909172f02e
Contents?: true
Size: 502 Bytes
Versions: 9
Compression:
Stored size: 502 Bytes
Contents
Feature: Disable Bundler environment Use the @disable-bundler tag to escape from your project's Gemfile. Background: Given I use the fixture "cli-app" Scenario: Clear the Bundler environment Given a file named "features/run.feature" with: """ Feature: My Feature @disable-bundler Scenario: Check environment When I run `env` Then the output should not match /^BUNDLE_GEMFILE=/ """ When I run `cucumber` Then the features should all pass
Version data entries
9 entries across 9 versions & 1 rubygems