Skip to content

Commit

Permalink
Merge pull request #905 from cucumber/fix-unbundling-scenario
Browse files Browse the repository at this point in the history
Update 'disable bundler' feature to work with Bundler 2.4.17 and up
  • Loading branch information
mvz authored Sep 1, 2023
2 parents da96e1f + af58522 commit 7e31af0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Feature: Disable Bundler environment
\"\"\"
source 'https://rubygems.org'
\"\"\"
When I run `bundle --local`
When I run `bundle list`
Then the output should not contain "aruba"
Scenario: Run bundle in the existing bundler environment
Given a file named "Gemfile" with:
\"\"\"
source 'https://rubygems.org'
\"\"\"
When I run `bundle --local`
When I run `bundle list`
Then the output should contain "aruba"
"""
When I run `bundle exec cucumber`
Expand Down

0 comments on commit 7e31af0

Please sign in to comment.