From 8abda97740b1e4329449c5a93473151d48da2594 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 20 Apr 2020 23:32:03 -0600 Subject: Fix path to fixture file --- spec/support/fixture_file_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/support') 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 -- cgit v1.2.3