summaryrefslogtreecommitdiff
path: root/spec/support/fixture_file_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/fixture_file_helper.rb')
-rw-r--r--spec/support/fixture_file_helper.rb2
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