Sha256: 2e164e83dee0a609134d3cd0d197535eb1c4ea916998fceeca7d12f202714b12

Contents?: true

Size: 359 Bytes

Versions: 6

Compression:

Stored size: 359 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler.setup :default, :development, :test

RSpec.configure do |c|
  c.mock_with :rspec
  c.formatter = "progress"
  c.tty = true if defined?(JRUBY_VERSION)
  c.color_enabled = true
end

$:.push File.expand_path('..', File.dirname(__FILE__))
$:.push File.expand_path('../lib', File.dirname(__FILE__))
require "httparrot"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
httparrot-0.0.6 spec/spec_helper.rb
httparrot-0.0.5 spec/spec_helper.rb
httparrot-0.0.4 spec/spec_helper.rb
httparrot-0.0.3 spec/spec_helper.rb
httparrot-0.0.2 spec/spec_helper.rb
httparrot-0.0.1 spec/spec_helper.rb