remove unused #::OPENSUSE_OPTS

This commit is contained in:
Adam Spiers 2014-01-23 11:50:23 +00:00
parent bcafd6ff31
commit 7f5a799e02

View File

@ -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