1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/spec/spec_helper.rb

12 lines
132 B
Ruby
Raw Normal View History

2010-07-03 07:30:58 -04:00
def is_ruby_19?
RUBY_VERSION > '1.9'
2010-07-03 07:30:58 -04:00
end
begin
require "ruby-debug"
rescue LoadError
# NOP, ignore
end
require 'restclient'