Sha256: ff91c7efb3b606618bcc14f6346b6dbfc965292d3749c58aebccc4936edefc73

Contents?: true

Size: 617 Bytes

Versions: 5

Compression:

Stored size: 617 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift File.expand_path('./helpers', __FILE__)

require 'etcdv3'
require 'helpers/test_instance'

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end
  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end
  config.shared_context_metadata_behavior = :apply_to_host_groups
  instance = Helpers::TestInstance.new
  config.before(:suite) do
    instance.start
  end
  config.after(:suite) do
    instance.stop
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
etcdv3-0.1.3 spec/spec_helper.rb
etcdv3-0.1.2 spec/spec_helper.rb
etcdv3-0.1.1 spec/spec_helper.rb
etcdv3-0.1.0 spec/spec_helper.rb
etcdv3-0.0.5 spec/spec_helper.rb