One too many ..

This commit is contained in:
Tim Sharpe 2012-04-07 12:55:39 -07:00
parent 1d95187033
commit 40dc736f9c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Create `spec/spec_helper.rb` with the following contents
{% highlight ruby %}
require 'rspec-puppet'
fixture_path = File.expand_path(File.join(__FILE__, '..', '..', 'fixtures'))
fixture_path = File.expand_path(File.join(__FILE__, '..', 'fixtures'))
RSpec.configure do |c|
c.module_path = File.join(fixture_path, 'modules')