Sha256: bd76d7497a4e74987dc6d2ec65f83d2c42f949599cc195d6dc2641266b2c0f52

Contents?: true

Size: 198 Bytes

Versions: 5

Compression:

Stored size: 198 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' } }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xhash_client-0.3.5 spec/spec_helper.rb
xhash_client-0.3.4 spec/spec_helper.rb
xhash_client-0.3.3 spec/spec_helper.rb
xhash_client-0.3.2 spec/spec_helper.rb
xhash_client-0.3.1 spec/spec_helper.rb