Sha256: ea74094788db4c002b1bf814712fc925b64411eefeb8c3e95f67f9b072ce9fac

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

module Docproof
  module Mocks
    module HelperMethods
      def json_file(file_name)
        File.open(File.expand_path("fixtures/#{file_name}.json", __dir__))
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docproof-0.1.2 lib/docproof/mocks/helper_methods.rb
docproof-0.1.1 lib/docproof/mocks/helper_methods.rb