Module: Jets::Testing::FileFixtureHelper

Defined in:
lib/jets/testing/helpers/file_fixture_helper.rb

Instance Method Summary collapse

Instance Method Details

#fixture_file_path(*paths) ⇒ Object



5
6
7
# 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