rename spec/helpers/common.rb to cib_object.rb
"common" was too generic and ambiguous.
This commit is contained in:
parent
247e5f788b
commit
6996e0dfeb
@ -1,6 +1,6 @@
|
||||
require 'chef/application'
|
||||
require File.expand_path('../spec_helper', File.dirname(__FILE__))
|
||||
require File.expand_path('../helpers/common', File.dirname(__FILE__))
|
||||
require File.expand_path('../helpers/cib_object', File.dirname(__FILE__))
|
||||
require File.expand_path('../fixtures/colocation_constraint', File.dirname(__FILE__))
|
||||
|
||||
describe "Chef::Provider::PacemakerColocation" do
|
||||
|
@ -1,6 +1,6 @@
|
||||
require 'chef/application'
|
||||
require File.expand_path('../spec_helper', File.dirname(__FILE__))
|
||||
require File.expand_path('../helpers/common', File.dirname(__FILE__))
|
||||
require File.expand_path('../helpers/cib_object', File.dirname(__FILE__))
|
||||
require File.expand_path('../fixtures/keystone_primitive', File.dirname(__FILE__))
|
||||
|
||||
describe "Chef::Provider::PacemakerPrimitive" do
|
||||
|
Loading…
x
Reference in New Issue
Block a user