rename Chef::RSpec::Pacemaker::Common to ..::CIBObject
This commit is contained in:
parent
a8c9679919
commit
8c7ce24e78
@ -20,7 +20,7 @@ end
|
|||||||
|
|
||||||
module Chef::RSpec
|
module Chef::RSpec
|
||||||
module Pacemaker
|
module Pacemaker
|
||||||
module Common
|
module CIBObject
|
||||||
# "crm configure show" is executed by load_current_resource, and
|
# "crm configure show" is executed by load_current_resource, and
|
||||||
# again later on for the :create action, to see whether to create or
|
# again later on for the :create action, to see whether to create or
|
||||||
# modify.
|
# modify.
|
||||||
|
@ -29,7 +29,7 @@ describe "Chef::Provider::PacemakerColocation" do
|
|||||||
Pacemaker::Constraint::Colocation
|
Pacemaker::Constraint::Colocation
|
||||||
end
|
end
|
||||||
|
|
||||||
include Chef::RSpec::Pacemaker::Common
|
include Chef::RSpec::Pacemaker::CIBObject
|
||||||
|
|
||||||
describe ":create action" do
|
describe ":create action" do
|
||||||
def test_modify(expected_cmds)
|
def test_modify(expected_cmds)
|
||||||
|
@ -32,7 +32,7 @@ describe "Chef::Provider::PacemakerPrimitive" do
|
|||||||
Pacemaker::Resource::Primitive
|
Pacemaker::Resource::Primitive
|
||||||
end
|
end
|
||||||
|
|
||||||
include Chef::RSpec::Pacemaker::Common
|
include Chef::RSpec::Pacemaker::CIBObject
|
||||||
|
|
||||||
describe ":create action" do
|
describe ":create action" do
|
||||||
def test_modify(expected_cmds)
|
def test_modify(expected_cmds)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user