Skip to content

Commit

Permalink
use :datadir => File.expand_path(File.dirname(__FILE__) + ../../../fi…
Browse files Browse the repository at this point in the history
…xtures),
  • Loading branch information
fabios committed Nov 27, 2014
1 parent effb550 commit 103180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/backend/ic_yaml_backend_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read_file(path, expected_type, &block)
:backends => "ic_yaml",
:ic_yaml => {
:imports_key => 'imports',
:datadir => File.absolute_path(File.dirname(__FILE__) + "../../../fixtures"),
:datadir => File.expand_path(File.dirname(__FILE__) + "../../../fixtures"),
}
})
Hiera.stubs(:debug)
Expand Down

0 comments on commit 103180e

Please sign in to comment.