Sha256: 3556c3d5ef91502698399f906a86deaaf2523fd96cc73861874cc5f5468f3217

Contents?: true

Size: 347 Bytes

Versions: 15

Compression:

Stored size: 347 Bytes

Contents

require 'rspec'
require 'webmock/rspec'
require 'simplecov'

SimpleCov.start


def a_get(path)
  a_request(:get, FullContact.endpoint + path)
end

def stub_get(path)
  stub_request(:get, FullContact.endpoint + path)
end

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

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
fullcontact-0.9.0 spec/helper.rb
fullcontact-0.8.2 spec/helper.rb
fullcontact-0.7.0 spec/helper.rb
fullcontact-0.6.1 spec/helper.rb
fullcontact-0.6.0 spec/helper.rb
fullcontact-0.5.0 spec/helper.rb
fullcontact-0.4.4 spec/helper.rb
fullcontact-0.4.1 spec/helper.rb
fullcontact-0.3.3 spec/helper.rb
fullcontact-0.3.2 spec/helper.rb
fullcontact-0.3.1 spec/helper.rb
fullcontact-0.3.0 spec/helper.rb
fullcontact-0.2.0 spec/helper.rb
fullcontact-0.1.4 spec/helper.rb
fullcontact-0.1.3 spec/helper.rb