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 Pacemaker
module Common
module CIBObject
# "crm configure show" is executed by load_current_resource, and
# again later on for the :create action, to see whether to create or
# modify.

View File

@ -29,7 +29,7 @@ describe "Chef::Provider::PacemakerColocation" do
Pacemaker::Constraint::Colocation
end
include Chef::RSpec::Pacemaker::Common
include Chef::RSpec::Pacemaker::CIBObject
describe ":create action" do
def test_modify(expected_cmds)

View File

@ -32,7 +32,7 @@ describe "Chef::Provider::PacemakerPrimitive" do
Pacemaker::Resource::Primitive
end
include Chef::RSpec::Pacemaker::Common
include Chef::RSpec::Pacemaker::CIBObject
describe ":create action" do
def test_modify(expected_cmds)