Sha256: d3479c9face64e9d3bc701737c3bde7f5a637b5fab664d614ef2a819c24ee01e

Contents?: true

Size: 351 Bytes

Versions: 8

Compression:

Stored size: 351 Bytes

Contents

ENV['ENVIRONMENT'] = 'test'

require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start

require 'odania'
require_relative 'support/consul_mock'

require 'hashdiff'

RSpec.configure do |config|
	config.before(:each) do
		$consul_mock = ConsulMock.new

		allow(Odania).to receive(:plugin) do
			Odania::Plugin.new($consul_mock)
		end
	end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
odania-0.1.0 spec/spec_helper.rb
odania-0.0.39 spec/spec_helper.rb
odania-0.0.38 spec/spec_helper.rb
odania-0.0.37 spec/spec_helper.rb
odania-0.0.36 spec/spec_helper.rb
odania-0.0.35 spec/spec_helper.rb
odania-0.0.34 spec/spec_helper.rb
odania-0.0.33 spec/spec_helper.rb