Skip to content

Commit

Permalink
Reenable install feature
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Aug 14, 2024
1 parent 2d72747 commit 4400ffa
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions features/commands/install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -624,24 +624,24 @@ Feature: berks install
Resolving cookbook dependencies...
"""

# Scenario: when using a chef_repo source
# Given I use a fixture named "complex-cookbook-path"
# And a file named "Berksfile" with:
# """
# source chef_repo: '.'
#
# cookbook 'jenkins-config'
# """
# When I successfully run `berks install`
# Then the output should contain:
# """
# Installing jenkins (2.0.1) from
# """
# And the output should contain:
# """
# Installing jenkins-config (0.1.0) from
# """
# And the cookbook store should have the cookbooks:
# | jenkins | 2.0.1 |
# | jenkins-config | 0.1.0 |
#
Scenario: when using a chef_repo source
Given I use a fixture named "complex-cookbook-path"
And a file named "Berksfile" with:
"""
source chef_repo: '.'
cookbook 'jenkins-config'
"""
When I successfully run `berks install`
Then the output should contain:
"""
Installing jenkins (2.0.1) from
"""
And the output should contain:
"""
Installing jenkins-config (0.1.0) from
"""
And the cookbook store should have the cookbooks:
| jenkins | 2.0.1 |
| jenkins-config | 0.1.0 |

0 comments on commit 4400ffa

Please sign in to comment.