Sha256: 899bde37083d2ad39cd59ffcf05011116d7594bd540bcce13311336aa1a29a58

Contents?: true

Size: 244 Bytes

Versions: 6

Compression:

Stored size: 244 Bytes

Contents

require './lib/forecastr'
require 'webmock'

include WebMock::API

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

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

def stub_get(path)
  stub_request(:get, path)
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
forecastr-0.1.5 spec/spec_helper.rb
forecastr-0.1.4 spec/spec_helper.rb
forecastr-0.1.3 spec/spec_helper.rb
forecastr-0.1.2 spec/spec_helper.rb
forecastr-0.1.1 spec/spec_helper.rb
forecastr-0.1.0 spec/spec_helper.rb