Sha256: 0d91c589bfd77def6ce6e4e97a1e35cac5ea25cb46d0086a662067e8cdc20176

Contents?: true

Size: 357 Bytes

Versions: 3

Compression:

Stored size: 357 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require 'pp'
require 'yaml'

$: << File.expand_path('../../lib', __FILE__)

require 'right_api_client'

RSpec.configure do |config|
  #
  # include helpers

  $config = config

  Dir[File.expand_path('../support/**/*.rb', __FILE__)].each do |path|
    require(path)
  end

  #
  # misc

  config.mock_with :flexmock
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
right_api_client-1.6.4 spec/spec_helper.rb
right_api_client-1.6.3 spec/spec_helper.rb
right_api_client-1.6.2 spec/spec_helper.rb