Sha256: 23d29290e888832cef189d4c878f249c9e937bfa32e97a5a6d394ebfaa2d3e5e

Contents?: true

Size: 195 Bytes

Versions: 4

Compression:

Stored size: 195 Bytes

Contents

# frozen_string_literal: true

module Rordash
  module PathUtil
    class << self
      def fixtures_path(path = '')
        Rails.root.join('spec', 'fixtures', path)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rordash-0.1.3 lib/rordash/path_util.rb
rordash-0.1.2 lib/rordash/path_util.rb
rordash-0.1.1 lib/rordash/path_util.rb
rordash-0.1.0 lib/rordash/path_util.rb