Sha256: a5a1649a4c6bebd1e5294dd038fe62e604fd9709d5cc03fafee7519a80c7c225

Contents?: true

Size: 315 Bytes

Versions: 8

Compression:

Stored size: 315 Bytes

Contents

require 'pp'
require 'yaml'

require File.expand_path('../../lib/right_api_client', __FILE__)


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

8 entries across 8 versions & 1 rubygems

Version Path
right_api_client-1.5.19 spec/spec_helper.rb
right_api_client-1.5.18 spec/spec_helper.rb
right_api_client-1.5.17 spec/spec_helper.rb
right_api_client-1.5.16 spec/spec_helper.rb
right_api_client-1.5.15 spec/spec_helper.rb
right_api_client-1.5.14 spec/spec_helper.rb
right_api_client-1.5.13 spec/spec_helper.rb
right_api_client-1.5.12 spec/spec_helper.rb