1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/spec/spec_helper.rb

9 lines
163 B
Ruby
Raw Normal View History

2008-07-27 11:52:18 -04:00
begin
require 'spec'
rescue LoadError
require 'rubygems'
gem 'rspec'
require 'spec'
end
require File.join(File.dirname(__FILE__), '..', 'lib', 'httparty')