remove unused #::OPENSUSE_OPTS
This commit is contained in:
parent
bcafd6ff31
commit
7f5a799e02
@ -7,7 +7,7 @@ describe "Chef::Provider::PacemakerPrimitive" do
|
||||
runner_opts = {
|
||||
:step_into => ['pacemaker_primitive']
|
||||
}
|
||||
@chef_run = ::ChefSpec::Runner.new(runner_opts) #::OPENSUSE_OPTS
|
||||
@chef_run = ::ChefSpec::Runner.new(runner_opts)
|
||||
@chef_run.converge "pacemaker::default"
|
||||
@node = @chef_run.node
|
||||
@run_context = @chef_run.run_context
|
||||
|
Loading…
x
Reference in New Issue
Block a user