Sha256: a8d775c346ca04866365de70437e73e1b3c2b514d58cf167bc43cbbc9ab0f276

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

require 'webmock/rspec'
require 'rspec'
require 'simplecov'

require 'xhash'

SimpleCov.start { add_filter '/spec/' }

RSpec.configure { |config| config.before(:all) {
  Xhash.api_key = 'api_key'
  Xhash.timeout = 10
} }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
xhash_client-0.3.8 spec/spec_helper.rb
xhash_client-0.3.7 spec/spec_helper.rb
xhash_client-0.3.6 spec/spec_helper.rb