Organise fixtures into modules/ & manifests/

This commit is contained in:
Tim Sharpe 2012-02-15 16:27:46 +11:00
parent d102ebed5b
commit a3fff45164
3 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
require 'rspec-puppet'
RSpec.configure do |c|
c.module_path = File.join(File.dirname(File.expand_path(__FILE__)), 'fixtures')
c.module_path = File.join(File.dirname(File.expand_path(__FILE__)), 'fixtures', 'modules')
c.manifest_dir = File.join(File.dirname(File.expand_path(__FILE__)), 'fixtures', 'manifests')
end