Sha256: bf5c2fd337c97d0fa58c1977e91a958cb7a4788a844f8923f7dba1478e6f1cb4

Contents?: true

Size: 269 Bytes

Versions: 48

Compression:

Stored size: 269 Bytes

Contents

require "rubygems"
require "bundler/setup"
$:.push File.expand_path("../../lib", __FILE__)
require "rspec"

require 'simplecov'
SimpleCov.start do
  add_filter '/spec'
end

require "api_client"

Dir.glob("#{File.dirname(__FILE__)}/support/*.rb").each { |f| require f }

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
api_client-0.6.0-java spec/spec_helper.rb
api_client-0.6.0 spec/spec_helper.rb
api_client-0.5.26-java spec/spec_helper.rb
api_client-0.5.26 spec/spec_helper.rb
api_client-0.5.25-java spec/spec_helper.rb
api_client-0.5.25 spec/spec_helper.rb
api_client-0.5.24-java spec/spec_helper.rb
api_client-0.5.24 spec/spec_helper.rb
api_client-0.5.22 spec/spec_helper.rb
api_client-0.5.21 spec/spec_helper.rb
api_client-0.5.20 spec/spec_helper.rb
api_client-0.5.19 spec/spec_helper.rb
api_client-0.5.18 spec/spec_helper.rb
api_client-0.5.17 spec/spec_helper.rb
api_client-0.5.16 spec/spec_helper.rb
api_client-0.5.15 spec/spec_helper.rb
api_client-0.5.14 spec/spec_helper.rb
api_client-0.5.13 spec/spec_helper.rb
api_client-0.5.12 spec/spec_helper.rb
api_client-0.5.11 spec/spec_helper.rb