module Jets::Testing::FileFixtureHelper
Public Instance Methods
fixture_file_path(*paths)
click to toggle source
# File lib/jets/testing/helpers/file_fixture_helper.rb, line 5 def fixture_file_path(*paths) File.join(RSpec.configuration.file_fixture_path, *paths) end