Sha256: c988e9d0ba6426e06df7dde22bc2dfa1466812304aa994b4ca9ac2718a31b8ad

Contents?: true

Size: 522 Bytes

Versions: 9

Compression:

Stored size: 522 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'webmock/rspec'
require 'pry'
require 'vcr'

require 'bitbucket_rest_api'

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
    config.mock_with :mocha
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end
end

# VCR.configure do |config|
#   config.cassette_library_dir = 'spec/fixtures/vcr_cassettes'
#   config.hook_into :webmock
# end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
zz_bitbucket_rest_api-0.1.11 spec/spec_helper.rb
zz_bitbucket_rest_api-0.1.10 spec/spec_helper.rb
zz_bitbucket_rest_api-0.1.9 spec/spec_helper.rb
zz_bitbucket_rest_api-0.1.8 spec/spec_helper.rb
bitbucket_rest_api2-0.9.5 spec/spec_helper.rb
bitbucket_rest_api2-0.9.1 spec/spec_helper.rb
bitbucket_rest_api2-0.2.2 spec/spec_helper.rb
bitbucket_rest_api2-0.2.1 spec/spec_helper.rb
bitbucket_rest_api2-0.2.0 spec/spec_helper.rb