Skip to content

Commit

Permalink
Update spec/beaker/host/unix/exec_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
  • Loading branch information
bastelfreak and ekohl authored May 10, 2024
1 parent 47f1c26 commit 0bcdeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/beaker/host/unix/exec_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def to_s

describe '#prepend_commands' do
it 'returns the pc parameter unchanged for all platforms' do
allow(instance).to receive(:[]).with(:platform).and_return('notcisco')
allow(instance).to receive(:[]).with(:platform).and_return('unix')
answer_prepend_commands = 'pc_param_unchanged_13579'
answer_test = instance.prepend_commands('fake_cmd', answer_prepend_commands)
expect(answer_test).to be === answer_prepend_commands
Expand Down

0 comments on commit 0bcdeb0

Please sign in to comment.