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 a62f571 commit 518286eCopy full SHA for 518286e
test/unit/recipes/default_spec.rb
@@ -20,7 +20,7 @@
20
require_relative '../spec_helper'
21
22
describe 'filesystem_resize::default' do
23
- let(:chef_runner) { ChefSpec::ServerRunner.new }
+ let(:chef_runner) { ChefSpec::SoloRunner.new }
24
let(:chef_run) { chef_runner.converge(described_recipe) }
25
let(:node) { chef_runner.node }
26
@@ -44,7 +44,7 @@
44
45
context 'inside filesystem_resize_all resource' do
46
let(:chef_runner) do
47
- ChefSpec::ServerRunner.new(step_into: %w(filesystem_resize_all))
+ ChefSpec::SoloRunner.new(step_into: %w(filesystem_resize_all))
48
end
49
before do
50
stub_shell_out('lsblk --raw --noheadings --output NAME')
0 commit comments