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.5.9 spec/spec_helper.rb
api_client-0.5.7 spec/spec_helper.rb
api_client-0.5.6 spec/spec_helper.rb
api_client-0.5.5 spec/spec_helper.rb
api_client-0.5.4 spec/spec_helper.rb
api_client-0.5.3 spec/spec_helper.rb
api_client-0.5.2 spec/spec_helper.rb
api_client-0.5.1 spec/spec_helper.rb
api_client-0.5.0 spec/spec_helper.rb
api_client-0.4.3 spec/spec_helper.rb
api_client-0.4.2 spec/spec_helper.rb
api_client-0.4.1 spec/spec_helper.rb
api_client-0.3.3 spec/spec_helper.rb
api_client-0.4.0 spec/spec_helper.rb
api_client-0.3.2 spec/spec_helper.rb
api_client-0.3.1 spec/spec_helper.rb
api_client-0.3.0 spec/spec_helper.rb
api_client-0.2.0 spec/spec_helper.rb
api_client-0.1.9 spec/spec_helper.rb
api_client-0.1.8 spec/spec_helper.rb