diff --git a/spec/fixtures/clone_resource.rb b/spec/fixtures/clone_resource.rb index ebd4e96..fc27ce5 100644 --- a/spec/fixtures/clone_resource.rb +++ b/spec/fixtures/clone_resource.rb @@ -1,4 +1,4 @@ -#require ::File.join(::File.dirname(__FILE__), *%w(.. .. libraries pacemaker clone)) +require ::File.join(::File.dirname(__FILE__), *%w(.. .. libraries pacemaker resource clone)) require_relative 'keystone_primitive' module Chef::RSpec @@ -6,7 +6,7 @@ module Chef::RSpec module Config include Chef::RSpec::Pacemaker::Config - CLONE = ::Pacemaker::Clone.new('clone1') + CLONE = ::Pacemaker::Resource::Clone.new('clone1') CLONE.primitive = KEYSTONE end end