Sha256: fff112159b877e5a0d61778911eebd8e275dea95f7937fd5b9c395a859281f0d

Contents?: true

Size: 244 Bytes

Versions: 6

Compression:

Stored size: 244 Bytes

Contents

require File.expand_path('../../lib/bigcartel', __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

6 entries across 6 versions & 1 rubygems

Version Path
bigcartel-1.0.6 spec/helper.rb
bigcartel-1.0.5 spec/helper.rb
bigcartel-1.0.4 spec/helper.rb
bigcartel-1.0.3 spec/helper.rb
bigcartel-1.0.2 spec/helper.rb
bigcartel-1.0.1 spec/helper.rb