diff options
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/fixture_file_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/fixture_file_helper.rb b/spec/support/fixture_file_helper.rb index 6905f02..c7cd3de 100644 --- a/spec/support/fixture_file_helper.rb +++ b/spec/support/fixture_file_helper.rb @@ -11,6 +11,6 @@ module FixtureFileHelper end def fixture_file(path) - License::Management.root.join("spec/fixtures/#{path}") + File.expand_path("spec/fixtures/#{path}") end end |
