rename Chef::RSpec::Pacemaker::Common to ..::CIBObject
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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)
 | 
			
		||||
 
 | 
			
		||||
@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user