Sha256: d74864c09bbc88bb1ac2a71d43aafbcbe7a582bfe3228b8f6b0fc34b6776c093

Contents?: true

Size: 156 Bytes

Versions: 12

Compression:

Stored size: 156 Bytes

Contents

def is_ruby_19?
  RUBY_VERSION > '1.9'
end

begin
  require "ruby-debug"
rescue LoadError
  # NOP, ignore
end

require 'webmock/rspec'
require 'restclient'

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
rest-client-1.7.0-x86-mswin32 spec/spec_helper.rb
rest-client-1.7.0-x64-mingw32 spec/spec_helper.rb
rest-client-1.7.0-x86-mingw32 spec/spec_helper.rb
rest-client-1.7.0 spec/spec_helper.rb
rest-client-maestro-1.7.5.maestro spec/spec_helper.rb
rest-client-1.7.0.rc1-x86-mswin32 spec/spec_helper.rb
rest-client-1.7.0.rc1-x64-mingw32 spec/spec_helper.rb
rest-client-1.7.0.rc1-x86-mingw32 spec/spec_helper.rb
rest-client-1.7.0.rc1 spec/spec_helper.rb
rest-client-maestro-1.7.4.maestro spec/spec_helper.rb
rest-client-maestro-1.7.3.maestro spec/spec_helper.rb
rest-client-maestro-1.7.2.maestro spec/spec_helper.rb