rename Chef::RSpec::Pacemaker::Common to ..::CIBObject

This commit is contained in:
Adam Spiers 2014-02-06 15:37:54 +00:00
parent a8c9679919
commit 8c7ce24e78
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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