OSDN Git Service

add the bubbleupnp-server cookbook.
[metasearch/grid-chef-repo.git] / cookbooks / bubbleupnp-server / spec / spec_helper.rb
1 # Added by ChefSpec
2 require 'chefspec'
3
4 # Uncomment to use ChefSpec's Berkshelf extension
5 # require 'chefspec/berkshelf'
6
7 RSpec.configure do |config|
8   # Specify the path for Chef Solo to find cookbooks
9   # config.cookbook_path = '/var/cookbooks'
10
11   # Specify the path for Chef Solo to find roles
12   # config.role_path = '/var/roles'
13
14   # Specify the Chef log_level (default: :warn)
15   # config.log_level = :debug
16
17   # Specify the path to a local JSON file with Ohai data
18   # config.path = 'ohai.json'
19
20   # Specify the operating platform to mock Ohai data from
21   # config.platform = 'ubuntu'
22
23   # Specify the operating version to mock Ohai data from
24   # config.version = '12.04'
25 end