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 0779605 commit 0ac8250Copy full SHA for 0ac8250
1 file changed
spec/default_spec.rb
@@ -3,7 +3,7 @@
3
describe 'notepadpp::default' do
4
describe '32-bit Windows' do
5
let(:chef_run) do
6
- ChefSpec::ServerRunner.new do |node|
+ ChefSpec::SoloRunner.new do |node|
7
node.automatic['kernel']['machine'] = 'i386'
8
end.converge(described_recipe)
9
end
@@ -18,7 +18,7 @@
18
19
describe '64-bit Windows' do
20
21
22
node.automatic['kernel']['machine'] = 'x86_64'
23
24
0 commit comments