summaryrefslogtreecommitdiff
path: root/spec/support/fixture_file_helper.rb
blob: c98b98a6fe515ab258e23b4f85f33faac9dc6481 (plain)
1
2
3
4
5
module FixtureFileHelper
  def fixture_file_content(path)
    IO.read(License::Management.root.join("spec/fixtures/#{path}"))
  end
end