Skip to content

Commit

Permalink
source argument needs to be passed as an explicit hash now
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 15, 2024
1 parent c783f20 commit 794f142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/commands/install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ Feature: berks install
Given I use a fixture named "complex-cookbook-path"
And a file named "Berksfile" with:
"""
source chef_repo: '.'
source({ :chef_repo => '.' })
cookbook 'jenkins-config'
"""
Expand All @@ -639,8 +639,8 @@ Feature: berks install
"""
And the output should contain:
"""
Installing jenkins-config (0.1.0) from
"""
Installing jenkins-config (0.1.0) from
"""
And the cookbook store should have the cookbooks:
| jenkins | 2.0.1 |
| jenkins-config | 0.1.0 |
Expand Down

0 comments on commit 794f142

Please sign in to comment.