Sha256: f4e67a4b0189545065c27e665b81dc5237d16ab110d9175cde121a4fe38c04cb
Contents?: true
Size: 435 Bytes
Versions: 3
Compression:
Stored size: 435 Bytes
Contents
require File.join(File.dirname(__FILE__), '..', 'lib', 'httparty') require 'spec/autorun' require 'fakeweb' FakeWeb.allow_net_connect = false def file_fixture(filename) open(File.join(File.dirname(__FILE__), 'fixtures', "#{filename.to_s}")).read end Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f} Spec::Runner.configure do |config| config.include HTTParty::StubResponse end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
jugend-httparty-0.5.2.3 | spec/spec_helper.rb |
httparty-0.5.2 | spec/spec_helper.rb |
httparty-0.5.1 | spec/spec_helper.rb |