We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776869f commit 46d4f66Copy full SHA for 46d4f66
cookbooks/aws-parallelcluster-platform/spec/unit/recipes/cookbook_virtualenv_spec.rb
@@ -36,11 +36,11 @@
36
37
context "when region starts with us-iso" do
38
it 'installs python packages' do
39
+ is_expected.to write_node_attributes('HERE')
40
is_expected.to run_bash("pip install").with(
41
user: 'root',
42
group: 'root',
43
).with_code(/tar xzf cookbook-dependencies.tgz/)
- is_expected.to write_node_attributes('HERE')
44
end
45
46
0 commit comments