Sha256: 4914e52f77748689616da10382d1a09c46c75c448d7e75b0b713111ab4d9cab6

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

require File.expand_path('../../lib/storenvy', __FILE__)
require 'rubygems'
require 'rspec'
require 'webmock/rspec'

def fixture_path
  File.expand_path("../fixtures", __FILE__)
end

def fixture(file)
  File.new(fixture_path + '/' + file)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
storenvy-0.1.3 spec/helper.rb
storenvy-0.1.1 spec/helper.rb
storenvy-0.1.0 spec/helper.rb
storenvy-0.0.2 spec/helper.rb