Sha256: 70cba185889f0a379cb9365691af88fbe3376e92172ed6a59a80b7356cd06108

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

##
# Confset Fixture Helpers
#

module FixtureHelper
  FIXTURE_PATH = File.expand_path("../../fixtures", __FILE__)

  # Provide fixture path as same way as rspec-rails
  def fixture_path
    FIXTURE_PATH
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
confset-1.1.0 spec/support/fixture_helper.rb
confset-1.0.3 spec/support/fixture_helper.rb
confset-1.0.2 spec/support/fixture_helper.rb
confset-1.0.1 spec/support/fixture_helper.rb
confset-1.0.0 spec/support/fixture_helper.rb